How to Configure SOAP RPC Invocations using the WSDL Analyzer - Page 3

Previous Page           Next Page

SCREENSHOT: Operations Detail Page

Another one of the SOAP configuration parameters, SOAPAction, is found here:

SOAPAction defines the value of the SOAPAction HTTP header specified by SOAP. 

 

Again, we see the "style" parameter here.  This is the same "style" parameter we discussed before, indicating either "rpc" or "literal".   WSDL allows the default style of the service  to be overridden at the method level, although in practice it's rare to see the default style overridden.

Finally, we'll touch on Input Message and Output Message.  Input Message represents the RPC request, and Output Message represents the RPC response.   The links allow us to drill down to derive more information about the messages.  We click on the Input Msg Link next.

Previous Page           Next Page