POST /twist/mywebservice/ HTTP/1.1
Host: highfivediet.com
cookie: fly_ab_uid=e97bf650-5ef9-4050-9399-50f6f41b0f06; fly_device=desktop; fly_geo={"countryCode":"us","region":"oh","dma":"535"}
Content-Type: text/xml; charset=utf-8
Content-Length: 430
SOAPAction: "https://highfivediet.com/mywebservice/MultiplyNumbersOperation"

<?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>
  <MultiplyNumbersRequest xmlns="urn:tcl:mywebservice">
   <FirstDecimal>0.0</FirstDecimal>
   <SecondDecimal>0.0</SecondDecimal>
  </MultiplyNumbersRequest>
 </soap-env:Body>
</soap-env:Envelope>

Result (if any):

200
Server: NaviServer/4.99.23rc1
Date: Mon, 23 Dec 2024 03:02:53 GMT
Content-type: text/xml; charset=utf-8
Content-length: 384
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>
  <MultiplyNumbersResponse xmlns="urn:tcl:mywebservice">
   <Product>0.0</Product>
  </MultiplyNumbersResponse>
 </soap-env:Body>
</soap-env:Envelope>

Send Request Message

MultiplyNumbersRequest.FirstDecimal
MultiplyNumbersRequest.SecondDecimal