Understanding SOAP, WSDL and UDDI
In this post, we will understand SOAP, WSDL and UDDI. Its important to know about these concepts before testing SOAP based webservices. What is SOAP? SOAP an XML-based protocol designed to provide the necessary infrastructure and definition to support XML based Remote Procedure Calls(RPC’s). It provides an envelope for encapsulating a message. Also, this envelope […]