The SOAP provider allows WSIF stubs and dynamic clients to invoke SOAP services. Add Web Services Description Language (WSDL) extensions to your web service WSDL file so that the service can use the SOAP provider.
The Web Services Invocation Framework (WSIF) SOAP provider supports SOAP 1.1 over HTTP.
The SOAP provider is JSR 101/109 compliant and uses Web Services for Java EE for parsing and creating SOAP messages.
The SOAP provider supports:
The SOAP provider is not transactional.
The SOAP provider does not support the WSIF synchronous timeout. The SOAP provider uses the default client timeout value that is set for Web Services for Java EE.
To link a WSIF service to a SOAP over HTTP service, you write extensions to the service WSDL file.