Here are the generated XML fragments (read from the JBoss log): Incorrect Behavior (B Transmitted)
| <ns1:bResponse xmlns:ns1="http://echo/"> | <something xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | <b> | <arg0>1</arg0> | <arg1>2</arg1> | </b> | </ns1:bResponse> | Correct Behavior(C Transmitted) | <ns2:bResponse xmlns:ns2="http://echo/"> | <b xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:C"> | <arg0>1</arg0> | <arg1>2</arg1> | <arg2>3</arg2> | </b> | </ns2:bResponse> | Perhaps that helps :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056789#4056789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056789 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
