| | |
Issues with Soap/XML/Nusoap/Stripped Slashes
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jan 2009
Posts: 1
Reputation:
Solved Threads: 0
Hey Guys,
I appreciate any and all help.
I'm trying to print out the results of a query I've made to another server using the nusoap client. I'm successfully sending my XML Array to their WSDL web service and they are sending an XML response back. <RESULTS><TEXT>Success</TEXT></RESULTS>
However all < and > symbols are missing. Quotes and every other symbol is intact.
I'm using the nusoap classes and functions, and I'm wondering if there is a parameter perhaps that I need to pass so that the data retains its XML structure or?
So when they send back their results it looks like this....
RESULTSTEXTSuccess/TEXT/RESULTS
The code I'm using to open the soapclient and gather the results its pretty simply. I'm not setting any paramters outside
Thanks again.
Edit/Delete Message
I appreciate any and all help.
I'm trying to print out the results of a query I've made to another server using the nusoap client. I'm successfully sending my XML Array to their WSDL web service and they are sending an XML response back. <RESULTS><TEXT>Success</TEXT></RESULTS>
However all < and > symbols are missing. Quotes and every other symbol is intact.
I'm using the nusoap classes and functions, and I'm wondering if there is a parameter perhaps that I need to pass so that the data retains its XML structure or?
So when they send back their results it looks like this....
RESULTSTEXTSuccess/TEXT/RESULTS
The code I'm using to open the soapclient and gather the results its pretty simply. I'm not setting any paramters outside
PHP Syntax (Toggle Plain Text)
$args = array ("xml"=>$str); $client = new soapclient($url,"wsdl"); $results = $client->call("User_Data", $args);
Thanks again.
Edit/Delete Message
![]() |
Other Threads in the PHP Forum
- Previous Thread: PHP Reference book
- Next Thread: Problem with $_GET[]
| Thread Tools | Search this Thread |
301 access apache api array autocomplete beginner binary broken button cakephp checkbox class cms code compression cron curl data database date display dropdown dropdownlist duplicates dynamic echo email error execution file files folder form forms function functions google href htaccess html htmlspecialchars httppost image include insert integration ip javascript joomla jquery limit link links login mail md5 menu methods mlm multiple mysql oop paypal pdf pdfdownload php phpvotingscript problem query radio random recursion remote script search secure server session sessions sms source space sql subscription syntax system table tutorial update upload url validator variable video virus volume votedown web youtube





