Can any one tell me how to get the HTTP status code from soap message in Webservice.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
That depends on the SOAP stack you use. But why do you need that code? You shouldn't tie the service to a particular transport; if you need an error/status code you can make it part of the SOAP response.