0

The SOAP service I am consuming will send back a 202 Accepted. All I want to do is capture this 202 so I can confirm that the server received the message.

I have found this: here

So the answer states to implement a soapextension and links to msdn. I looked at the sample code, and I am having a hard time understanding what I should do. The client that was generated submits the data in the following way:

psrs.SubmitPersonSearchRequest(psrt);

and has a void return. How do I get the response from the server?

I was able to see the correct response in soapui and in fiddler.

Community
  • 1
  • 1
Kevin
  • 3,077
  • 6
  • 31
  • 77
  • Take a look at this stackoverflow.com/questions/1815650/…, you may looking for http header response which you see it in fiddler – prasy Jul 23 '15 at 19:54
  • hrmm, well I know I get a response, but the method returns void. – Kevin Jul 23 '15 at 20:01

0 Answers0