soap https "https://www.innov-ai.com/soap" "{}" "" "text/xml; charset=utf-8" "<soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:tem=\"http://tempuri.org/\"> <soap:Header/> <soap:Body> <tem:Add> <tem:intA>3</tem:intA> <tem:intB>4</tem:intB> </tem:Add> </soap:Body> </soap:Envelope>";
"<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>
<soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">
<soap:Body>
<AddResponse xmlns=\"http://tempuri.org/\">
<AddResult>7</AddResult>
</AddResponse>
</soap:Body>
</soap:Envelope>";