I am trying to get JSR-181 WS to map complex structure (using JAXB-2.0)
Test structure:
public interface Container extends List {
public void add(Item item);
}
public interface Item extends Map {
public void set(String key, String value);
}
Will appreciate if anybody can point me to the example or a test case that I can have a
look at.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026330#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...