Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2010-10-12 10:32
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();
?>