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.

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.

share|improve this question

2 Answers

There are some tutorials & examples of soap (wsdl) web service in php.

Following are the links:

  1. Developing Web Services Using PHP
  2. PHP Web Services with WSDL
  3. Creating Web Services with PHP and SOAP, Part 1
  4. Creating Web Services with PHP and SOAP, Part 2
  5. wsdl2php Manual
  6. Web Services - WSDL: Creating SOAP Server
  7. WSDL Document Example

Edit:

The SoapClient class is used in latest version of php(5.3 & up).

It may help you.

share|improve this answer
Answer edited !!! This question is old & @tv.ashvin asked, 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,Android) End so that's why i gave reference links to understand him. – BANG Mar 12 at 10:43

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.