I'm supposed to generate a SOAP-message with the structure shown below. It is the initial message in the secureconversation standard. I wonder how I add the RequestSecurityToken to my SoapMessage using WSE? <?xml version="1.0" encoding="utf-8"?>
I have a series of web services. They all use require authentication and successful authentication instantiates a Customer object which is used for billing purposes. All of this is handled by a common base class. I'd like to cache these Customer objects so that I don't have to ...