forked from jbarciauskas/wsdl2php
-
Notifications
You must be signed in to change notification settings - Fork 1
stepank/wsdl2php
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
wsdl2php - PHP 5 Web Service Proxy Generator
--------------------------------------------
wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access
web services. It make use of both the SOAP and DOM extension.
Requirements
------------
In order to use wsdl2php you must fullfill the following requirements:
o PHP 5 >= 5.0.1 with SOAP and DOM enabled
o PEAR installer >= 1.4
o Phing
$ pear channel-discover pear.phing.info
$ pear install phing/phing
Installation
------------
1) Clone the latest release from git://github.com/jbarciauskas/wsdl2php.git
2) Build the package
$ phing
3) Install the package with the PEAR installer:
$ sudo pear install build/wsdl2php-x.y.z-pear.tgz
Usage
-----
$ wsdl2php http://someservice.com/api/Soap.wsdl Soap_Data_Namespace_
Credits
-------
Knut Urdalen - author
John Lindal - contributor
Originally cloned from http://www.urdalen.no/wsdl2php/
Customized by Joel Barciauskas
About
Generage PHP classes from a WSDL file
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 98.9%
- Shell 1.1%