hi all,
i'm trying to consume a web service that has two methods which return XML documents. i have created a proxy class and i can access the methods associated with the class.but when i try to call those methods i get the following error message:
The underlying connection was closed: The server committed an HTTP protocol violation
and the line of code which uses the invoke method is highlighted....
any help is appreciated.
Answers (1)
0
You need to loosen the server security, so it allows for whatever your doing.
-- Jim