R
Robert Walter
I know this has been done many times before but I think I have a more
unique case.
I am using an XML-RPC wrapper (http://www.xml-rpc.net/) to call a
webservice which I connect to using SSL and client certificates. I
have a library containing the calling code that is referenced in a
Windows Service and this service should wakeup when required and call
the XML-RPC service.
I get the 'The underlying connection was closed: An unexpected error
occurred on a send' when calling it from the service. But when I call
it from a windows application it works fine.
Now I have looked round to see why this could be happening and people
have suggested changing the KeepAlive property of the Web Request to
false. I have done this but no change in what happens.
Does anyone have any idea why this could be happening and how I could
go about fixing it?
Thanks in advance,
Rob.
unique case.
I am using an XML-RPC wrapper (http://www.xml-rpc.net/) to call a
webservice which I connect to using SSL and client certificates. I
have a library containing the calling code that is referenced in a
Windows Service and this service should wakeup when required and call
the XML-RPC service.
I get the 'The underlying connection was closed: An unexpected error
occurred on a send' when calling it from the service. But when I call
it from a windows application it works fine.
Now I have looked round to see why this could be happening and people
have suggested changing the KeepAlive property of the Web Request to
false. I have done this but no change in what happens.
Does anyone have any idea why this could be happening and how I could
go about fixing it?
Thanks in advance,
Rob.