Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to use SOAP to get data in PHP? Any working example would be highly appreciated?

user-image
Question added by Muhammad Majid Saleem , Senior PHP Developer / Project Manager , SwaamTech
Date Posted: 2013/10/28
Safwan Oyoun
by Safwan Oyoun , Software Engineer , UAS International Trip Support

from php manual you can use soapClient to get data from Soap server, take a look at this link http://php.net/manual/en/class.soapclient.php

Asif Ejaz
by Asif Ejaz , Principal Software Engineer , TEO International

You can check the working example here. 

 

http://devzone.zend.com/2202/php-and-soap-first-steps/

 

It will guide you briefly that how it works.

More Questions Like This