Since SOAP is actually a special form of XML, you can call SOAP methods exposed via HTTP and view their responses. Let's assume that you have created SOAP method
CreateUser that accepts two string parameters: firstName and lastName.
To execute this method with SOAP request in HttpMaster, follow this procedure: