Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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

user-image
Question ajoutée par Muhammad Majid Saleem , Senior PHP Developer / Project Manager , SwaamTech
Date de publication: 2013/10/28
Safwan Oyoun
par 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
par 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