PHP Classes

WS Client Builder: Generate class code for calling a SOAP Web service

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 41%Total: 1,644 This week: 1All time: 2,394 This week: 560Up
Version License PHP version Categories
ws-client-builder 1.0GNU General Publi...5.2PHP 5, Web services, Compression
Description 

Author

This class can be used to generate class code for calling a SOAP Web service.

It takes the URL of a SOAP Web service WSDL (Web Service Definition Language) definition and passes it to the SOAP client class so in can parse it and retrieve the list of Web service functions.

The class generates code for a class that includes functions that perform SOAP requests to call the Web service functions.

Innovation Award
PHP Programming Innovation award nominee
October 2010
Number 4


Prize: One downloadable copy of Komodo IDE
Each SOAP Web service implements its own set of functions with any number of arguments it needs.

Applications that need to call Web services also need to know the Web service function names and parameters.

This class generates PHP classes that work as wrappers with all the functions necessary to call a given Web service.

Manuel Lemos
Picture of Basilio Briceño
Name: Basilio Briceño <contact>
Classes: 2 packages by
Country: Mexico Mexico
Age: 46
All time rank: 164317 in Mexico Mexico
Week rank: 411 Up8 in Mexico Mexico Up
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example of use
Plain text file WSClientBuilder.php Class Generates a class with all methods needed to reproduce a SOAP based service
Accessible without login Plain text file WSClientBuilderTemplate.php Aux. Provides the class template required to generate the client

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,644
This week:1
All time:2,394
This week:560Up
User Ratings User Comments (2)
 All time
Utility:60%StarStarStarStar
Consistency:60%StarStarStarStar
Documentation:-
Examples:55%StarStarStar
Tests:-
Videos:-
Overall:41%StarStarStar
Rank:3657
 
Incompleta
9 years ago (Federico Martín Lara)
0%Star
I cant say if its wright o wrong because the resulting code r...
10 years ago (pablo ferrone)
35%StarStar