N
Nick
Hi there,
I have a web service running on an SSL connection and unfortunately I
can no longer invoke it, even from a test application that just calls one
method. I can see the web service definition if I browse to the asmx file,
but I can't call it. I recieve the following SoapException,
----
System.Web.Services.Protocols.SoapException was unhandled
Actor=""
Lang=""
Message="Server was unable to process request. ---> Object reference not
set to an instance of an object."
Node=""
Role=""
Source="System.Web.Services"
StackTrace:
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
WindowsApplication1.MyServices.SomeService.someFunction()....bla bla bla
----
Unfortunately I have no idea what has caused this problem and even
redeploying the web service and re-creating the application in IIS7 it still
does not work. Any ideas on what could have happened here? I know this is
a very generic problem so I am greatly appreciative of any help.
Nick.
I have a web service running on an SSL connection and unfortunately I
can no longer invoke it, even from a test application that just calls one
method. I can see the web service definition if I browse to the asmx file,
but I can't call it. I recieve the following SoapException,
----
System.Web.Services.Protocols.SoapException was unhandled
Actor=""
Lang=""
Message="Server was unable to process request. ---> Object reference not
set to an instance of an object."
Node=""
Role=""
Source="System.Web.Services"
StackTrace:
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
WindowsApplication1.MyServices.SomeService.someFunction()....bla bla bla
----
Unfortunately I have no idea what has caused this problem and even
redeploying the web service and re-creating the application in IIS7 it still
does not work. Any ideas on what could have happened here? I know this is
a very generic problem so I am greatly appreciative of any help.
Nick.