Goals of WSIF

SOAP bindings for Web services are part of the WSDL specification. When most developers think of using a Web service, they immediately think of assembling a SOAP message and sending it across the network to the service endpoint, using some SOAP client API. For example: with Apache SOAP the client creates and populates a Call object which encapsulates the service endpoint, the identification of the SOAP operation to be called, the parameters that have to be sent, and so on.

Although this works for SOAP, it is limited in its use as a general model for invoking Web services for these reasons:

The goals of WSIF are therefore: