POST /twist/mywebservice/ HTTP/1.1
Host: highfivediet.com
cookie: fikker-Wlyt-7hIO=GKK8gDy2WBm0a8UOyhgfMhkXQZUr9Vif
Content-Type: text/xml; charset=utf-8
Content-Length: 400
SOAPAction: "https://highfivediet.com/mywebservice/AddNumbersOperation"

<?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>
  <AddNumbersRequest xmlns="urn:tcl:mywebservice">
   <FirstNum>0</FirstNum>
   <SecondNum>0</SecondNum>
  </AddNumbersRequest>
 </soap-env:Body>
</soap-env:Envelope>

Result (if any):

200
Server: NaviServer/4.99.23rc1
Date: Mon, 23 Dec 2024 02:18:46 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>
  <AddNumbersResponse xmlns="urn:tcl:mywebservice">
   <Sum>0</Sum>
  </AddNumbersResponse>
 </soap-env:Body>
</soap-env:Envelope>

Send Request Message

AddNumbersRequest.FirstNum
AddNumbersRequest.SecondNum