Tagged Questions
0
votes
1answer
149 views
SOAP exception : axis2ns2:selectionFailure
im getting an unknown exception when doing a request to a webservice:
axis2ns2:selectionFailure
Anyone know what the problem is ?
Edit: detailed error:
...
0
votes
3answers
1k views
show webservice soapexception response in the client in ASP.NET
I am trying to make a Test Webservice and throw a SoapException. But when I open the service through browser, it shows Internal server error - 500.
If i try to consume it manually by sending a ...