Issues with Soap/XML/Nusoap/Stripped Slashes

Reply

Join Date: Jan 2009
Posts: 1
Reputation: coolguy20 is an unknown quantity at this point 
Solved Threads: 0
coolguy20 coolguy20 is offline Offline
Newbie Poster

Issues with Soap/XML/Nusoap/Stripped Slashes

 
0
  #1
Jan 8th, 2009
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

  1. $args = array ("xml"=>$str);
  2. $client = new soapclient($url,"wsdl"); $results = $client->call("User_Data", $args);


Thanks again.

Edit/Delete Message
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 60
Reputation: pclfw is an unknown quantity at this point 
Solved Threads: 5
pclfw pclfw is offline Offline
Junior Poster in Training

Re: Issues with Soap/XML/Nusoap/Stripped Slashes

 
0
  #2
Jan 9th, 2009
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC