About Web Services

Web services are applications that are accessible using standard Internet protocols and formats such as Extensible Markup Language (XML), Hypertext Transfer Protocol (HTTP), or Simple Object Access Protocol (SOAP). You can implement applications that interact with Web services on any platform in any programming language, as long as the language can create and respond to messages that are sent using SOAP over HTTP.

The SBM Application Engine Web Services API is supported on Windows using the IIS Web server for the GSOAP framework.

Note: To use the SBM Web services from Perl, you need Soap::Lite version 0.69 or later.