When I run wsimport on the wsdl, the BasicMemberAccountCreation class it creates only has one property: protected BasicMemberAccountCreation.XmlDoc xmlDoc;
and the nested class XmlDoc only has the property protected List<Object> content;
When I run xjc against the xsd file, I get a bean which has the properties necessary for a BasicMemberAccountCreation. I don't know how to reconcile these two things.
Can anyone help?
Thanks,
Rob
Rob Dennett
Ranch Hand
Joined: Dec 07, 2010
Posts: 66
posted
0
In other words, how do I inject the bean which contains the data into the bean representing the xsd:any tag?
subject: Trying to interface with .NET-based service