[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

hannes.koller do-not-reply at jboss.com
Fri Jun 22 05:38:00 EDT 2007


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



More information about the jboss-user mailing list