Matches SOAP message to the binding operation.
Tries to match a SOAP message to a binding operation using the following mechanisms:
- SOAP Action mapping
- RCP bindings are matched using single top-level tag with the name of the invoked operation
- Document bindings are matched by input types and then by input names
Thanks to Spring SOAPAction in both SOAP versions is treated transparently.
Resources about SOAP-Action mystery in SOAP 1.1:
http://ws-rx.blogspot.com/2006/01/web-services-design-tips-soapaction.html
http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528
http://www.oreillynet.com/xml/blog/2002/11/unraveling_the_mystery_of_soap.html
http://damithakumarage.wordpress.com/2008/02/12/soap-action-and-addressing-action/