Fahrenheit to Celsius Conversion

POST https://www.w3schools.com/xml/tempconvert.asmx

Converts fahrenheit temperature to celsius.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

"\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csoap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\u003e\n    \u003csoap:Body\u003e\n        \u003cFahrenheitToCelsiusResponse xmlns=\"https://www.w3schools.com/xml/\"\u003e\n            \u003cFahrenheitToCelsiusResult\u003e23.8888888888889\u003c/FahrenheitToCelsiusResult\u003e\n        \u003c/FahrenheitToCelsiusResponse\u003e\n    \u003c/soap:Body\u003e\n\u003c/soap:Envelope\u003e"