Hi,
sending credentials with the SOAP client is no problem, but is it possible (or necessary) to handle the credentials within the nuSOAP server?
As far as my study of the nuSOAP implementation shows, setCredentials() on the client-side only causes an additional HTTP header to be sent along with the request. So I could implement the authentication scheme around the server and instanciate it only if authentication passes.
But since the client rightfully expects a SOAPfault even if the credentials do not match, this seems quite a bit awkward.
Any help is greatly appreciated,
Dominique