Hello, Each SOAP request that comes to my web service contains user credentials (name and password) within SOAP header. I'm using it to authenticate a request and after user is authenticated I drop the header. Now web service itself needs these parameters (user name and password) for it is own business logic but I don't want to expose/introduce them in WSDL.
Is there a possibility to pass simple objects from handler to service within the same request/response flaw ? Thanks in advance.
