Discussion:
Consuming .NET Service with a DLLL using SSL
(too old to reply)
Shane
2009-08-20 17:11:40 UTC
Permalink
Hi,
I am trying to consume a web service that is within a DLL and it
works fine until I start using HTTPS rather than HTTP. Through all the
forums I see that a Config File must be modified to reference https vs
http however with a dll there is no Config file available. The error I
am getting states "The request failed with an empty response" which
leads me to believe that somewhere I have to tell the DLL to use HTTPS
rather than HTTP but I cannot find it.

I know that the webservice is working because I can successfully
consume the service using an EXE but not with a DLL. How can I consume
a webservice over SSL using a DLL?

Thank you for any help you can provide.
Rene Pilon
2009-11-05 03:01:21 UTC
Permalink
Is this a WCF ws?
Post by Shane
Hi,
I am trying to consume a web service that is within a DLL and it
works fine until I start using HTTPS rather than HTTP. Through all the
forums I see that a Config File must be modified to reference https vs
http however with a dll there is no Config file available. The error I
am getting states "The request failed with an empty response" which
leads me to believe that somewhere I have to tell the DLL to use HTTPS
rather than HTTP but I cannot find it.
I know that the webservice is working because I can successfully
consume the service using an EXE but not with a DLL. How can I consume
a webservice over SSL using a DLL?
Thank you for any help you can provide.
Loading...