SOAP - PHP
Posted: Fri Apr 29, 2005 4:03 am
My client have a third party which will provide information in a SOAP format. I have to sent SOAP request s over HTTP and server will respond in a SOAP message. I tried using inbuild SOAP extension but it always try to find out Web service while the server I am trying to connect dont have WSDL running. They are just providing it over HTTP.
I have tried and got successful in communication by using fsock but the data I received I have not been able to covert in an array or DoM object so that I can manipulate it properly. Can any one help with the same. I am little new to PHP so I dont have basics clear might be that is the reson I am not getting what to do next after receiving data from the server in a String
I tried xml_parse_into_struct() but it give me all data in array which I dont understand how to manipulate. I am a Flash guy so the life was very simple for me in Actionscript.
)
Here is the example of SOAP request and responce by third party this will give u a clear Idea what I am trying to create. I have to send an SOAP request and receive the request, parse it and show on the page.
http://195.57.250.36/barceloDS/interface/example
I have tried and got successful in communication by using fsock but the data I received I have not been able to covert in an array or DoM object so that I can manipulate it properly. Can any one help with the same. I am little new to PHP so I dont have basics clear might be that is the reson I am not getting what to do next after receiving data from the server in a String
I tried xml_parse_into_struct() but it give me all data in array which I dont understand how to manipulate. I am a Flash guy so the life was very simple for me in Actionscript.
Here is the example of SOAP request and responce by third party this will give u a clear Idea what I am trying to create. I have to send an SOAP request and receive the request, parse it and show on the page.
http://195.57.250.36/barceloDS/interface/example