I am a php programmer, I want to make soap web service using wsdl, Please suggest me any simple tutorial or code that able to make object on Device(iphone, blackberry,Andrroide) End.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There are some tutorials & examples of soap (wsdl) web service in php. Following are the links:
Edit: The SoapClient class is used in latest version of php(5.3 & up). It may help you. |
||||
|
|
Please avoid following suggested links: most of them are really OUT OF DATE. For example, using nusoap is really a pain in the ass with a currently supported version of PHP (e.g. 5.3/5.4). A better alternative is native SoapClient, see http://php.net/soapclient |
|||
|
|
