POST /twist/mywebservice/ HTTP/1.1
Host: highfivediet.com
Content-Type: text/xml; charset=utf-8
Content-Length: 324
SOAPAction: "https://highfivediet.com/mywebservice/helloWorldOperation"
<?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>
<helloWorldRequest xmlns="urn:tcl:mywebservice"/>
</soap-env:Body>
</soap-env:Envelope>
Result (if any):
200
Server: NaviServer/4.99.23rc1
Date: Mon, 23 Dec 2024 02:17:15 GMT
Content-type: text/xml; charset=utf-8
Content-length: 375
Connection: close
<?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>
<helloWorldResponse xmlns="urn:tcl:mywebservice">
<Say>Hello World!</Say>
</helloWorldResponse>
</soap-env:Body>
</soap-env:Envelope>
Send Request Message