jbb3141
Senior Member
- Joined
- May 1, 2009
- Messages
- 6
- Thread Author
- #1
I'm running into a strange problem. I have a simple C# console app that calls an external web service referenced within my VS 2008 .NET solution. The web service is defined as a service reference, per the vendor. The service requires login credentials to be sent as part of the SOAP header.
Under Vista x64/XP it runs without error, making a request and getting a response back.
However, the exact same exe run under Windows 7 x64 (build 7100) returns an HTTP error, "The remote server returned an unexpected response: (411) Length Required".
Any suggestions?
Thanks,
Jeff
Under Vista x64/XP it runs without error, making a request and getting a response back.
However, the exact same exe run under Windows 7 x64 (build 7100) returns an HTTP error, "The remote server returned an unexpected response: (411) Length Required".
Any suggestions?
Thanks,
Jeff