2.1.31
Content-Type
text/xml; charset=utf-8
application/soap+xml
xml
XML
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <NumberToWords xmlns="http://www.dataaccess.com/webservicesserver/"> <ubiNum>500</ubiNum> </NumberToWords> </soap:Body> </soap:Envelope>
curl --location --request POST 'https://www.dataaccess.com/webservicesserver/NumberConversion.wso' \ --header 'Content-Type: text/xml; charset=utf-8' \ --data-raw '<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <NumberToWords xmlns="http://www.dataaccess.com/webservicesserver/"> <ubiNum>500</ubiNum> </NumberToWords> </soap:Body> </soap:Envelope>'
<?xml version="1.0" encoding="UTF-8"?> <soap:Envelope> <soap:Body> <m:NumberToWordsResponse> <m:NumberToWordsResult>string</m:NumberToWordsResult> </m:NumberToWordsResponse> </soap:Body> </soap:Envelope>