Shane
2009-08-20 17:11:40 UTC
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.
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.