Hi,

I have the following XML:

<Response>
   <Successes>
     <Pos>00000001</Pos>
     <Pos>00000002</Pos>
     etc.
   </Successes>
</Response>

that I want to map to field successes in class:

public class X {

   public List<String> successes;

}

but I cannot define a working binding for this.

I find it easy to map collection of classes, but struggle with mapping  
of simple elements.

Could someone help?

Best regards,

J-F



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to