| | |
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 |
ajax apache api array beginner beneath binary broadband broken button cakephp checkbox class cms code countingeverycharactersfromastring crack cron curl database date decode display dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip javascript joomla limit link links login mail match md5 menu mlm multiple mysql mysql_real_escape_string oop paypal pdf php problem protocol query radio random recursion regex remote script search searchbox server session sessions sms smtp soap source space sql strip_tags survey syntax system table tutorial undefined update upload url validator variable video virus votedown web window.onbeforeunload=closeme; xml youtube





