You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dorner Thomas <th...@edmb.debis.com> on 2004/05/10 13:17:41 UTC

where to place language Property

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