POST /twist/aca/ HTTP/1.1
Host: highfivediet.com
Content-Type: text/xml; charset=utf-8
Content-Length: 319
SOAPAction: "https://highfivediet.com/aca/helloOperation"
<?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>
<helloRequest xmlns="company:division:grp"/>
</soap-env:Body>
</soap-env:Envelope>
Result (if any):
200
Server: NaviServer/4.99.23rc1
Date: Mon, 23 Dec 2024 02:41:40 GMT
Content-type: text/xml; charset=utf-8
Content-length: 364
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>
<helloResponse xmlns="company:division:grp">
<string>Hello</string>
</helloResponse>
</soap-env:Body>
</soap-env:Envelope>
Send Request Message