1
Answer

consuming web service

Mohammed Hasan

Mohammed Hasan

19y
4.2k
1
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
Jim Peterson

Jim Peterson

NA 114 33.5k 19y
You need to loosen the server security, so it allows for whatever your doing.

-- Jim