Dave
2003-07-24 02:18:57 AM

Does anyone have any experience consuming a webservice
over https? The little I've seen seems to suggest this
is not supported.

Thanks.

 

Re: Webservices over https

Radek Cerny
2003-07-24 10:52:00 AM

Works fine here, from both IE via webservice behaviour and from a winforms
app.

"Dave" <davet65109@hotmail.com>wrote in message
news:022701c35146$e1931820$a301280a@phx.gbl...
>Does anyone have any experience consuming a webservice
>over https? The little I've seen seems to suggest this
>is not supported.
>
>Thanks.
>


 



Re: Webservices over https

Reddy
2003-08-11 11:39:00 PM

Dave,

Refer

msdn.microsoft.com/architecture/application/default.aspx

msdn.microsoft.com/architecture/application/default.aspx


Hope this helps

Reddy




"Dave" <davet65109@hotmail.com>wrote in message
news:022701c35146$e1931820$a301280a@phx.gbl...
>Does anyone have any experience consuming a webservice
>over https? The little I've seen seems to suggest this
>is not supported.
>
>Thanks.
>


 



Re: Webservices over https

Special_k
2004-04-21 11:44:00 PM

I've created an application using some Flash and webservices talking to
Coldfusion. My test environment and one production environment are work well
as the webservices connection is http based. I'm now wanting to put this
application on a secured server (https) but I can''t seem to make a webservices
connection.

Is there any way to create a webservices connection over https:// ??

Thanks