javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

Requesting a fault reason text in another Locale returns null #1171

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

While consuming a wcf web service which uses RM and username security, I can make a call no problem but when receiving a fault, I cannot extract the reason text in the different locales which are received. Dumping the received messages to the console clearly shows the reason text in multiple languages using xml:lang="fr" and xml:lang="en".

Even enumeration of the reason text locales and more doesn't work.

Is this a bug or is there something I have to do to enable locales.

Environment

metro 2.3.1 with netbeans

Affected Versions

[2.2.8]

glassfishrobot commented 9 years ago

Reported by tuath

glassfishrobot commented 9 years ago

tuath said: Here is the actual fault

s:Sender</s:Value> a:0001</s:Value> a:9999</s:Value> </s:Subcode> </s:Subcode> </s:Code> FRENCH</s:Text> ENGLISH</s:Text> </s:Reason> </s:Fault> </s:Body>

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS-1171