Login   Register  
PHP Classes
elePHPant
Icontem

File: src_config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Przemek Berezowski  >  SOAP Proxy  >  src_config.php  >  Download  
File: src_config.php
Role: Configuration script
Content type: text/plain
Description: test configuration
Class: SOAP Proxy
Generate code to access SOAP services from an WSDL
Author: By
Last change: change listing priority
Date: 2011-02-09 14:07
Size: 148 bytes
 

Contents

Class file image Download
<?php

$wsdl 
'http://www.deeptraining.com/webservices/weather.asmx?WSDL';

$opts = array(
    
'trace' => true,
);


//$opts = array();