[jibx-users] Binding class to multiple documents/single SOAP endpoint

2013-03-16 Thread Kendall Shaw
Hi, I am using a webservice that has effectively an endpoint representing a class, with operations representing methods. With jibx (or axis wsdl2java) the result is a class per method. Aside from writing custom marshaller/unmarshaller, is there a typical way to bind a sequence of documents to

Re: [jibx-users] Mapping element with attributes and text content?

2013-03-26 Thread Kendall Shaw
On 03/25/2013 09:02 PM, Kendall Shaw wrote: I have xml that typically looks like: abc def=ghijkl/abc The content mode uses mixed=true. The result of codegen is a bean with nowhere to hold the content. How can I deal with this? Kendall A slightly refined question, maybe: How can I get