I've run into an interesting set of problems. I need to override the
HttpWebRequest that is used by the autogenerated class from add a web
reference. I'm using C# in VS2005. I thought using a partial class would be
the way to do this.
It doesn't seem to work with the auto generated class...
more >>
Hi,
I've developed a web service and a test application. From the test
application, I was able to call the web service successfully. However, when
I tried to call it from a class library, I ran into compile error, even
though I did add the web reference in exactly the same way as the test...
more >>
Hi,
I am using MTOM and WSE 2.0 and trying to upload a file which is
almost 70MB (big). I have setup the timeout to a good size and file
size limit to 100MB in the server. The uploading is coming through T3
pipe. Even with all the changes, I get a 'out of memory' error. Can
someone help?
I...
more >>
Hi,
I have a question related to webservices on the Microsoft platform.
Context:
I have two projects. One is called LogService. The other is called
client. The LogService is a C# webservice developed on VS.NET 2005.
The client is a seperate project developed in VS.NET 2005 which uses
(in t...
more >>