Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Pro PHP
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 10th, 2008, 07:27 AM
Authorized User
 
Join Date: Oct 2006
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to snowbydave1
Default Problem with nuSoap

Hi Friend,

I am receiving following error while call SOAP, with nuSOAP.

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://www.at2casting.com/au/agencywebservices/artists.asmx' in E:\wamp\www\rnd\soapclient\dhaval.php:6 Stack trace: #0 E:\wamp\www\rnd\soapclient\dhaval.php(6): SoapClient->SoapClient('http://www.at2c...') #1 {main} thrown in E:\wamp\www\rnd\soapclient\dhaval.php on line 6

I had used below line

$client = new soapclient('http://www.domain.com/path/artists.asmx');

everything is ok, but reciving above error.


 
Old August 26th, 2010, 08:10 AM
Registered User
 
Join Date: Aug 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with NuSoap

I had similar problem, so I use nusoap_client, and since I am accessing a WSDL, the syntax is nusoap_client($wsdl, 'wsdl') where $wsdl is the endpoint of the WSDL.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Consuming Web service with NuSoap CraigWhitfield PHP How-To 0 February 27th, 2008 11:20 AM
NuSOAP Help : XML error parsing WSDL on line 2 Odys PHP How-To 0 March 16th, 2007 04:11 PM
Nusoap problem - empty request in web service ronenray PHP How-To 0 February 11th, 2007 12:43 PM
NuSoap WSDL help!!! kenson PHP How-To 0 November 23rd, 2006 02:03 AM
nusoap and require_once garbiner PHP How-To 1 May 29th, 2005 04:20 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.