SOAP Web Services

SOAP is a W3C recommended protocol for message exchange using XML over various transport layers. Specifications can be found here. The Join implementation of SOAP web services only used the HTTP transport layer. It uses the XFire stack to expose its APIs through SOAP.

Parameters

These are some parameters and details on how to call SOAP web services:

  • The URL for SOAP requests is http://host[:port]/[context]/remoting/xfire/[service],
  • The URL for service WSDL is http://host[:port]/[context]/remoting/xfire/[service]?WSDL,
  • Parameters and returned objects APIs can be found in WSDL or from JavaDoc.