Version 9.6
 —  Importing Objects Using the API  —

Invoking an Importer Using the SOAP API

CentraSite provides a Web service for each of the predefined importers. Descriptions of these services are available here:

http://server:port/wsstack/services/listServices

where server is the machine on which the Software AG Runtime is running and port is the port on which Software AG Runtime is listening (port 53307 if CentraSite is configured to use the default Software AG Runtime port number).

Example

http://myServer:53307/wsstack/services/listServices

We recommend using MTOM (see the external W3C page "SOAP Message Transmission Optimization Mechanism" at http://www.w3.org/TR/soap12-mtom/ for details) when using the CentraSite web services with attachments of 1 megabyte or more.


Viewing the WSDL for the Importers

To view the WSDL for an importer service, click the service name on the listServices page.

graphics/SOAPServiceList.png

Top of page