[jboss-user] [JBossWS] - Missing Encoding Style in SAAJ message

reinerka do-not-reply at jboss.com
Tue Nov 21 21:46:50 EST 2006


Hi,

I'm having the problem that in a message that has been created using SAAJ on JBoss 4.0.5.GA (with JBossWS 1.0.4, same with JBossWS 1.0.3) that even so I set the encoding style manually it doesn't show up in the transmitted message.

Here's snipet of the code that creates the message:


  | response = fac.createMessage();
  | SOAPPart = response.getSOAPPart();
  | SOAPEnvelope = part.getEnvelope();
  | envelope.setEncodingStyle(ENCODING_STYLE);
  | envelope.addNamespace(ns, ns_uri);
  | .....
  | 

The client doesn't understand the message without the SOAP Encoding style being transmitted.

Thanks in advance for any input on this urgent problem.

Reiner

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987770#3987770

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987770



More information about the jboss-user mailing list