Hello,

I am calling a SOAP Web Service via http:send-request(...) method.
It returns back base64 encoded XML.

Here is how I am converting it into XML:
return
html:parse(convert:binary-to-string(xs:base64Binary(http:send-request(...)))
)

So, I am using three function/method calls:
- xs:base64Binary()
- convert:binary-to-string()
- html:parse()

Is there a more straight forward method to convert base64 encoded string to
XML in the BaseX 10.0?

Regards,
Yitzhak Khabinsky


Reply via email to