Soap Service
HTTP POST http://www.w3schools.com/xml/tempconvert.asmx
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="https://www.w3schools.com/xml/">
<soapenv:Header/>
<soapenv:Body>
<ns:FahrenheitToCelsius>
<!--Optional:-->
<ns:Fahrenheit>?</ns:Fahrenheit>
</ns:FahrenheitToCelsius>
</soapenv:Body>
</soapenv:Envelope>
Input
Name | Type | ||||
---|---|---|---|---|---|
parameters | FahrenheitToCelsius | ||||
|
Output
Name | Type | ||||
---|---|---|---|---|---|
parameters | FahrenheitToCelsiusResponse | ||||
|