Re: using xmlbeans on client side (in conjunction with axis2); null returns although data is available

2012-11-26 Thread Tim Watts
On Mon, 2012-11-26 at 08:37 +0100, moh.sushi wrote: Hello together, i have a problem with using xmlbeans. Following situation is given. - remote wsdl available (see http://pastebin.com/5qnFScMx) - code generation using axis2 and databinding xmlbeans i can do a request and i get a

Re: using xmlbeans on client side (in conjunction with axis2); null returns although data is available

2012-11-26 Thread moh.sushi
Hi Tim, thank yor for your answer. going into generated source code, apply https://recettage.ria.neopod.fm-ged.com/ws; in first arg for qname = private static final javax.xml.namespace.QName RETURN$0 = new javax.xml.namespace.QName(https://recettage.ria.neopod.fm-ged.com/ws;,

Re: using xmlbeans on client side (in conjunction with axis2); null returns although data is available

2012-11-26 Thread Tim Watts
On Mon, 2012-11-26 at 12:40 +0100, moh.sushi wrote: Hi Tim, thank yor for your answer. going into generated source code, apply https://recettage.ria.neopod.fm-ged.com/ws; in first arg for qname = private static final javax.xml.namespace.QName RETURN$0 = new

Re: using xmlbeans on client side (in conjunction with axis2); null returns although data is available

2012-11-26 Thread Jacob Danner
Have you tried validating the payload? If there are errors that could indicate what is causing the error. Otherwise, I've only used XMLBeans with document/literal webservices and I don't remember how rpc encoded array are handled. -jacobd On Mon, Nov 26, 2012 at 9:32 PM, Tim Watts

using xmlbeans on client side (in conjunction with axis2); null returns although data is available

2012-11-25 Thread moh.sushi
Hello together, i have a problem with using xmlbeans. Following situation is given. - remote wsdl available (see http://pastebin.com/5qnFScMx) - code generation using axis2 and databinding xmlbeans i can do a request and i get a response, too. The problem is while iterating through given