NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
nuSOAP and PHP question


Joined: 14 Dec 2005
Posts: 3
Reply with quote
Hi guys.

I've been given the link to the WDSL and to the .asmx file.

Now when creating an instance of the soapclient class, Im not sure which of the two above I need to use as the initialization argument:

//create client with WDSL declaration???
$wsdlfile="http://www.xxx.co.za/Webservices/Member/wsMember.asmx?WSDL";
$client=new soapclient($wsdlfile,true);

// create client object-without WDSL declaration ???
$serverpath ='http://www.xxx.co.za/Webservices/Member/wsMember.asmx';
$client = new soapclient($serverpath);

What is the difference and how do I know which one to use.

If I use the WSDL way, then I get the following error:

Result: Array ( [AgencyCreateArtistResult] => Array ( [MsgId] => -10198 [MsgText] => OPERATION NOT ALLOWED AT THIS TIME. PLEASE TRY AGAIN LATER.|CHECKING TIME RESTRICTIONS|0 [bolResponse] => false ) ) XML response: HTTP/1.0 200 OK Date: Wed, 14 Dec 2005 13:54:08 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET p3p: policyref="http://www.xxx.co.za/w3c/p3p.xml", CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-AspNet-Version: 1.1.4322 Cache-Control: private, max-age=0 Content-Type: text/xml; charset=utf-8 Content-Length: 566 X-Cache: MISS from ipcop.localdomain Connection: close -10198OPERATION NOT ALLOWED AT THIS TIME. PLEASE TRY AGAIN LATER.|CHECKING TIME RESTRICTIONS|0false

Not sure how to interpret that error message.

Please any help would be great.

thanks in advance
View user's profileFind all posts by bebilSend private message
nuSOAP and PHP question
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic