WebService: Number To Words
POST
https://www.dataaccess.com/webservicesserver/NumberConversion.wso
ubiNum
in the request to a word
in the response.Request Request Example
Shell
JavaScript
Java
Swift
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>'
Response Response Example
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope>
<soap:Body>
<m:NumberToWordsResponse>
<m:NumberToWordsResult>string</m:NumberToWordsResult>
</m:NumberToWordsResponse>
</soap:Body>
</soap:Envelope>
Request
Header Params
Content-Type
string
optional
Example:
text/xml; charset=utf-8
Body Params application/xml
Responses
Modified at 2025-03-25 07:59:54