NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Nusoap and ASP.NET


Joined: 29 Jun 2006
Posts: 5
Reply with quote
Hi

I have succesfully managed to write a SOAP client with PHP/Nusoap, and the serializeEnvelope function, however I am now having major problems with it.

I can't seem to parse any of the results that the SOAP server sends back to me.

I believe this problem is arising because I am using ->send, and not ->call.

The application is perfoming perfectly, however, it sends all the correct XML data, and receives the correct data (in WSDL I believe).

The data it receives is in one long string:

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema........... and so on.

How on earth can I parse these results into something that my php script can manage to read?

Any help would be greatly appreciated, and apoligies if this is a noob question Smile
View user's profileFind all posts by dmmrsSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8328
Reply with quote
you're not supposed to parse anything for your php scripts. Your php scripts are supposed to do it for you.
Check with nusoap server and client samples.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 29 Jun 2006
Posts: 5
Reply with quote
I realise that the php script should parse the result, however, it parses fine and adds them to an array, whcih displays fine if i use the CALL function, however, it sends back error responses (so the array is made up of error responses Sad )

So...my question is, how the hell can I parse wsdl responses with php using the SEND nusoap function?
View user's profileFind all posts by dmmrsSend private message
Nusoap and ASP.NET
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic