> -----Original Message----- > From: Manuel Vázquez Acosta [mailto:manu@chasqui.cu] > Sent: 13 January 2004 01:22 > To: soap@lists.php.net > Subject: Re: Guidelines for building a client to WS over SSL... > > > I should have made myself cleared: I meant what should I do to make > PEAR::SOAP connect over SSL? I use PEAR::SOAP over ssl by simply changing the URL to connect to - use https:// The only problem, from what I've read here, is actually obtaining the WSDL to generate the PHP class - that fails (or used to fail?) over https. My solution was to generate the proxy code over http, save it as a PHP class, then change the connection url to https. Of course this is only good if you control both the server and client web service. Regards, Mike c. ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php