Connecting to Web Service

The service is available for use on two protocols at the same time: SOAP and JSON-RPC. The protocol in use is specified using the Content-Type parameter in the HTTP request header:

The PP.SOM web service is used as a basis for working with BI server of Foresight Analytics Platform. The URL for working with BI server looks as follows:

http://<ServerName | IP-address>[:<Port>][/<VirtualCatalog>]/axis2/services/PP.SOM.Som

NOTE. At x64 workstations, virtual directory name may include the x64 suffix.

To install BI server, one should use appropriate distribution kit. For details see the Installing BI Server of Foresight Analytics Platform section.

The list of operations and their parameters can be obtained from generated wsdl file that is available at:

http://<BIServer>/axis2/services/PP.SOM.Som?wsdl

All JSON structures are similar to XML structures used on working with SOAP protocol.

IMPORTANT. The following parts of URLs are case sensitive and should be specified as follows:
1) services/PP.SOM.Som.
2) wsdl.

See also:

Using Web Service in Microsoft Visual Studio | Connecting to Repository