How to get web-server's OK responce in case of web-service.
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I am building a desktop application in VB.NEt which consumes web-service. I am using proxy classes of the provided WSDl files. I am calling web-service asynchronously. The signature of the web-call is as follows Public Function BeginRequest(ByVal Request1 As Request, ByVal callback As System.AsyncCallback, ByVal asyncState As Object) As System.IAsyncResult Public Sub EndRequest(ByVal asyncResult As System.IAsyncResult) The generator of web-service are saying if we receive web-server's OK responce the call is successful. But how to check the web server's OK responce? Could anyone help me out? Every thing will come to you if you have faith.
Every thing will come to you if you have faith.