How to disable parsing from parameter received in nuSOAP server

155 Views Asked by At

I have deployed a quick nusoap server, but some of the parameters that an operation receives will be pure XML text. (some other are strings and integers).

When the parsing takes places, it also affects the XML contained in the parameters's value, and it is converted to a php associative array.

Is there a way I can disable the parsing for some or all the parameters received in an operation?

1

There are 1 best solutions below

0
On

Just to answer my own question.. I can use inside the method a global $server if $server is the instance of the nusoap server and get the full answer by invoking $server->document