POST /twist/mywebservice/ HTTP/1.1
Host: highfivediet.com
cookie: RWSESSID=4258b688d30037f4afc3551c9877074e; care_did=bc61e0c8-fd5a-41d9-8ee4-277c85751240
Content-Type: text/xml; charset=utf-8
Content-Length: 456
SOAPAction: "https://highfivediet.com/mywebservice/testStringOperation"
<?xml version="1.0" encoding="utf-8"?>
<soap-env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap-env:Body>
<testStringRequest xmlns="urn:tcl:mywebservice">
<MyString>Value</MyString>
<MyOtherString>Value</MyOtherString>
<MyThirdString>Value</MyThirdString>
</testStringRequest>
</soap-env:Body>
</soap-env:Envelope>
Result (if any):
No Result
Send Request Message