Re: [SOAP] How to Send SOAP Request and Receive Soap Response Using PHP Programming
[email protected] (ribe) Mon, 14 Feb 2011 04:58:20 -0800 (PST)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
Simplest way is to use http://www.urdalen.no/wsdl2php/ wsdl2php to generate required classes, from the link to the service WSDL file, and then use them to access it. Here is an example of that: http://pastebin.com/VfgrhzKy http://pastebin.com/VfgrhzKy http://pastebin.com/f8CBcLHc http://pastebin.com/f8CBcLHc And here is nuSOAP primer, but as RQ says above this should be not first choice. http://pastebin.com/NHkV2NfR http://pastebin.com/NHkV2NfR valluriravi wrote: > > Hi All, > > I am new to webservices(soap). So please explain with an > example for how to send SOAP Request and Receive Soap Response Using PHP > Programming. So it is a quick project. If i get this information i can > move further. > > Regards > Ravi > -- View this message in context: http://old.nabble.com/How-to-Send-SOAP-Request-and-Receive-Soap-Response-Using-PHP-Programming-tp30919375p30921388.html Sent from the Php - Soap mailing list archive at Nabble.com.