A
arunkv
Hi Guys ...
This problem has been bugging me for over 5 days now.
I am trying to access a web service running in a Tomcat Server (a
Linux box) via a C#.Net page and I get the following error:
"The underlying connection was closed: An unexpected
error occurred on a receive."
The flow is as follows.
I use a WebRequest object to get some data from another provider.
Then I pass the data as a query string to this web service.
Then when I receiving the response I get the above error.
The data that I pass in the query string is BASE 64 encoded and is
about 3000 bytes.
So is it bcoz I am sending more than the allowed amount in the query
string?
Thanks for your help.
This problem has been bugging me for over 5 days now.
I am trying to access a web service running in a Tomcat Server (a
Linux box) via a C#.Net page and I get the following error:
"The underlying connection was closed: An unexpected
error occurred on a receive."
The flow is as follows.
I use a WebRequest object to get some data from another provider.
Then I pass the data as a query string to this web service.
Then when I receiving the response I get the above error.
The data that I pass in the query string is BASE 64 encoded and is
about 3000 bytes.
So is it bcoz I am sending more than the allowed amount in the query
string?
Thanks for your help.