Hi guys.
Ok I'm getting confused with the NuSOAP client and setCredentials.
What I've been given to use:
Now i'm not sure what to use (.asmx or the WSDL) when I make an instance of the soapClient object :
$wsdlfile="http://www.xxx.co.za/Webservices/Member/wsMember.asmx?WSDL";
$client=new soapclient($wsdlfile,true);
OR
$serverpath ='http://www.xxx.co.za/Webservices/Member/wsMember.asmx';
$client = new soapclient($serverpath);
Also,
when do I setCredentials?? is this done once or for every call to consume the webservice?
Please guys i'm in real need of help. Any advice, links, help will be appreciated.
thanks in advance