RE: [PHP] HTTPS with NuSOAP

2006-03-24 Thread Peter Lauri
[snip] > soapclient('https://webservices.netsuite.com/wsdl/v1_3_1/netsuite.wsdl'); The 's' in 'https' should be all that nuSOAP would need to know that it should use SSL, if nuSOAP can do that. [/snip] Correct. NuSOAP do detect automatically, and if CURL is configured it will work. [snip] > 'ro

RE: [PHP] HTTPS with NuSOAP

2006-03-23 Thread Peter Lauri
[snip] > > 'account'=>'theaccountnumber', > > 'role internalId="theinternalid"'=>'')); Does that work to set the attribute? [/snip] You are correct, that does NOT work. I found out to use soapval instead. Thank you! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP] HTTPS with NuSOAP

2006-03-23 Thread Richard Lynch
On Wed, March 22, 2006 1:41 am, Peter Lauri wrote: > I am trying to use a Web Service on the following endpoint > https://webservices.netsuite.com/wsdl/v1_3_1/netsuite.wsdl. As seen in > the > url, it is under HTTPS. I have compiled PHP with CURL and verified > that CURL > is working. In the docume

Re: [PHP] HTTPS with NuSOAP

2006-03-22 Thread Angelo Zanetti
I am trying to use a Web Service on the following endpoint https://webservices.netsuite.com/wsdl/v1_3_1/netsuite.wsdl. As seen in the url, it is under HTTPS. I have compiled PHP with CURL and verified that CURL is working. In the documentation for NuSOAP I can not find how I set the soapclient to