AxisFault: Reader cannot be null

2006-09-22 Thread D . Kreft
'requestEvents' is coming out as the wrong structure, but that's a different issue.] And here's what Axis2 does to me: $ ./scripts/service --axis2 --method getRequestByID --id=2 Consulting Axis2 Service... Reader cannot be null $VAR1 = { 'Exception' = 'org.apache.axis2.AxisFault: Reader cannot

Re: AxisFault: Reader cannot be null

2006-09-22 Thread D . Kreft
Additional info... This only happens when calling methods that return complex data types (objects, arrays of objects). It works fine if the return type is something simple (integer, primitive array of strings): % ./scripts/service --method ping Consulting Axis (1.x) Service... $VAR1 = '1'; %

Re: AxisFault: Reader cannot be null

2006-09-22 Thread Davanum Srinivas
Could you please create an issue in our bug tracker with sample code to recreate the problem. thanks, dims On 9/22/06, D. Kreft [EMAIL PROTECTED] wrote: Additional info... This only happens when calling methods that return complex data types (objects, arrays of objects). It works fine if the

Re: AxisFault: Reader cannot be null

2006-09-22 Thread Davanum Srinivas
i mean the server-side code and the services.xml -- dims On 9/22/06, Davanum Srinivas [EMAIL PROTECTED] wrote: Could you please create an issue in our bug tracker with sample code to recreate the problem. thanks, dims On 9/22/06, D. Kreft [EMAIL PROTECTED] wrote: Additional info... This