PHP Classes

Fatal error

Recommend this page to a friend!

      SOAP HTTP Header Sender  >  All threads  >  Fatal error  >  (Un) Subscribe thread alerts  
Subject:Fatal error
Summary:getting fatal error
Messages:2
Author:victor owino
Date:2011-11-01 04:27:22
Update:2011-11-01 06:42:11
 

  1. Fatal error   Reply   Report abuse  
Picture of victor owino victor owino - 2011-11-01 04:27:22
hi,
I'm getting this error below:

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://xyz.abc.whatever?wsdl' : failed to load external entity "http://xyz.abc.whatever?wsdl" in C:\xampp\htdocs\soap\example.php:4 Stack trace: #0 C:\xampp\htdocs\soap\example.php(4): SoapClient->SoapClient('http://xyz.abc....') #1 {main} thrown in C:\xampp\htdocs\soap\example.php on line 4

  2. Re: Fatal error   Reply   Report abuse  
Picture of Nitesh Apte Nitesh Apte - 2011-11-01 06:42:11 - In reply to message 1 from victor owino
The package is about giving idea of sending HTTP header parameters in a SOAP request using curl. There is no such WSDL file like http://xyz.abc.whatever?wsdl. This is just demo. It means that you need to put the URL of WSDL file that you need to use.
name=x&pass=y are the HTTP header parameters that you want to send.

Note: This class is for sending HTTP header parameters not the SOAP header parameter.


Let me know if there is any question.