Service Studio provides the possibility of exposing your eSpace functionalities through the Web Service element.

How to Add a Web Service:

  1. Right-click the Web Services folder in the eSpace tree and select Add Web Service

  1. Specify the properties of the Web Service. How

Web Service Methods and Types

When you publish your eSpace with a Web Service, the following happens internally, through the HTTP (Stands for: Hyper Text Transfer Protocol)/SOAP (Stands for: Simple Object Access Protocol) protocol:

Using the Web Service

A Web Service is available at the following URL:

http://hostname/<eSpaceName>/[<tenantName>]/<WebServiceName>.asmx

hostname is the Internet address of your Platform Server.

<tenantName> is mandatory if you are testing a multi-tenant eSpace.

You can access the WSDL of a Web Service at the following URL:

http://hostname/<eSpaceName>/[<tenantName>]/<WebServiceName>.asmx?WSDL

See Also

Web Service Methods to XML Methods | eSpace Data Types to XML Data Types | Web Service Properties