Hi,

    I have this xml(this is the short version):

<Q1:SOInvoice xmlns:Q1="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/SOInvoice" version="3.0.0" verb="OnEvent" locale="en_US" delta="false">
 <Q1:advancesApplicable>xx</Q1:advancesApplicable>
 <Q1:lineOfBusiness>xx</Q1:lineOfBusiness>
.....................................
<Q1:businessPartnerName>PIERRE DUBE</Q1:businessPartnerName>
 <Q1:ControlArea>
  <Q2:ControlArea
xmlns:Q2="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/ControlArea" version="3.0.0" verb="" locale="en_US" delta="false">
  <Q2:eventConsumer>xx</Q2:eventConsumer>
   <Q2:eventSupplier>xx</Q2:eventSupplier>
   <Q2:destination>xx</Q2:destination>
  </Q2:ControlArea>
 </Q1:ControlArea>

 <Q1:ObjectEventId>xx</Q1:ObjectEventId>
</Q1:SOInvoice>


And Java classes: SOInvoice and ControlArea. The problem is that i dont't know how to write the binding file for that part where the xml has "
<Q1:ControlArea>   <Q2:ControlArea"/> .....</Q2:ControlArea></Q1:ControlArea> ", same tag but with different ns. Thanks in advance

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to