PHP Classes

File: src_config.php

Recommend this page to a friend!
  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: 13 years ago
Size: 148 bytes
 

Contents

Class file image Download
<?php

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

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


//$opts = array();