wsdl in php

On November 7, 2009, in Fedora, Java, Linux, Tips, Web Application, Web Services, by phpsolutions

We can use nusoap and pear library to invoke web service … there are some command line tools to consume services and generate/validate wsdl …..

1. wsdl (call method at CLI)
# wsdl WSDL_URL METHOD

2. soapUI
create wsdl project and use web services

3. wsdl2php
wsdl2php convert service methods as the class like structure
http://www.urdalen.no/wsdl2php/manual.php

4. SoapClient – PHP
$path_wsdl = “wsdl/phpsolutions7.wsdl”;
$client = new SoapClient($path_wsdl, array(‘trace’ => 1));
$request = array(‘….. |wsdl request array| ……’);
$response = $client ->getLog($request);

5. nuSOAP
http://sourceforge.net/projects/nusoap/

Resources:
http://wsdlpull.sourceforge.net/
http://code.google.com/p/ezerphp/
http://www.mehtanirav.com/2008/12/26/xplanner-php-soap-client
http://code.google.com/p/wsdl2php-interpreter/
https://www.ohloh.net/p/php-wsdl-viewer
http://php.net/manual/en/book.soap.php
http://phpwebservices.blogspot.com/

2 Responses to wsdl in php

  1. Anonymous says:

    Hey! Just wanted to depart a comment. I seriously enjoyed this article. Carry on the awesome effort.

  2. Anonymous says:

    Easily i am not saying against that which you saying but i must exclude that you are not valid on this issue. Why that is known people convertd a whole lot in span of time? Can’t we simply coincide on all causes? We’d comparable condition in our business.Decoding the issue want some concentrated analysis

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.