[JBoss-user] [JBossWS] - Re: JAXRPC Handler to modify incoming SOAP

2006-01-04 Thread [EMAIL PROTECTED]
The messages you show use SOAP encoded arrays. SOAP encoding is not allowed by the BasicProfile-1.0 and not well supported by WS4EE. You probably want to migrate your application to rpc/literal or document/literal style. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBossWS] - Re: JAXRPC Handler to modify incoming SOAP

2005-12-30 Thread shin.tai
Thanks for your reply Jason. I'm not following jbws-349 too well but it doesn't look related. I should have explained that I have two clients; one that works because it includes the attribute and one that doesn't. Bad message http://schemas.xmlsoap.org/soap/encoding/";> | | image

[JBoss-user] [JBossWS] - Re: JAXRPC Handler to modify incoming SOAP

2005-12-29 Thread [EMAIL PROTECTED]
I looked at your code, and i see that you are modifying xsi:type, the setAttribute is probably working, the problem is that it is improperly ignored, which would most likely be this bug: http://jira.jboss.com/jira/browse/JBWS-349 -Jason View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBossWS] - Re: JAXRPC Handler to modify incoming SOAP

2005-12-28 Thread shin.tai
Thanks Jason. I think that did the trick! But it looks like the attribute has no effect and I think it's because the XML has been deserialised once already. So I think when RPCInvocation does Vector args = body.getParams(); It returns the attributes before the XML was modified. I don't understa

[JBoss-user] [JBossWS] - Re: JAXRPC Handler to modify incoming SOAP

2005-12-14 Thread [EMAIL PROTECTED]
Have you tried using Element.setAttribute(String, String)/getAttribute(String) instead? -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912778#3912778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912778