PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Basilio Briceņo   WS Client Builder   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example of use
Class: WS Client Builder
Generate class code for calling a SOAP Web service
Author: By
Last change:
Date: 13 years ago
Size: 215 bytes
 

Contents

Class file image Download
<?php
$wsdl
= "http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl";

require
'WSClientBuilder.php';
$builder = new WSClientBuilder( $wsdl, 'SomeAmazonClient' );
echo
$builder->getClass();
?>