Skip to content

jschaedl/wsdl2php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

* PHP 5 >= 5.0.1 with SOAP and DOM enabled
* PEAR installer >= 1.4
* Phing
```
$ pear channel-discover pear.phing.info
$ pear install phing/phing
```

* XML_Serializer >= 0.20.2
```
$ pear install pear/XML_Serializer-beta
```

*PEAR_PackageFileManager >= 1.7.0
````
$ pear install PEAR_PackageFileManager
```

## 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

Generate PHP classes from a WSDL file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • XSLT 55.8%
  • PHP 43.8%
  • Shell 0.4%