Re: Best way to handle ssl webservices when passing XML

2007-12-05 Thread gentleJuggernaut
thanks. I have used cURL, I will check out that other method. On Dec 5, 11:27 am, Chris Hartjes [EMAIL PROTECTED] wrote: On Dec 5, 2007 11:25 AM, francky06l [EMAIL PROTECTED] wrote: Maybe using Curl. There is Curl model on the bakery, I have used it to make http / https requests. No

Re: Best way to handle ssl webservices when passing XML

2007-12-05 Thread francky06l
Maybe using Curl. There is Curl model on the bakery, I have used it to make http / https requests. On Dec 5, 4:52 pm, gentleJuggernaut [EMAIL PROTECTED] wrote: What is the best way using cakephp 1.2 to POST an XML string to a webservice? I must be able to send the request to an ssl server

Re: Best way to handle ssl webservices when passing XML

2007-12-05 Thread Chris Hartjes
On Dec 5, 2007 11:25 AM, francky06l [EMAIL PROTECTED] wrote: Maybe using Curl. There is Curl model on the bakery, I have used it to make http / https requests. No need for cURL, actually. Check out this link: http://netevil.org/blog/2006/nov/http-post-from-php-without-curl -- Chris

Re: Best way to handle ssl webservices when passing XML

2007-12-05 Thread francky06l
http://netevil.org/blog/2006/nov/http-post-from-php-without-curl Excellent, thanks Chris I will give a try ..! On Dec 5, 5:27 pm, Chris Hartjes [EMAIL PROTECTED] wrote: On Dec 5, 2007 11:25 AM, francky06l [EMAIL PROTECTED] wrote: Maybe using Curl. There is Curl model on the bakery, I

Best way to handle ssl webservices when passing XML

2007-12-05 Thread gentleJuggernaut
What is the best way using cakephp 1.2 to POST an XML string to a webservice? I must be able to send the request to an ssl server (https:). I have tried HttpSocket(); but it does not appear to work with https. Thx NSM --~--~-~--~~~---~--~~ You received this