I am sending SOAPException from my SOAP handler class (Java class) when ever there is a unauthorized user, but in my client it is giving 500 Internal Server Error.
Can any body help me how to throw specific code instead of 500.
Thanks in advance.
I am sending SOAPException from my SOAP handler class (Java class) when ever there is a unauthorized user, but in my client it is giving 500 Internal Server Error.
Can any body help me how to throw specific code instead of 500.
Thanks in advance.