Hi all, I have a short question:
I have a jsp where i get my inputparameters for my WebService to call method xy(String a, String b) for example. Now i want to place some additional datas - for example language in my SOAP-Message. how shall I do this 1. Place the language in the Session as a property? 2. Place it in the SOAP-Header by an additional Handler (languageHandler)? 3. Place an additional parameter in every Method to call? 4. Or is there some other possibility to place such properties???? Thanks Tomi
