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 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';
>
> % ./scripts/service  --method ping --axis2
> Consulting Axis2 Service...
> $VAR1 = '1';
>
> % ./scripts/service  --method arrayPing
> Consulting Axis (1.x) Service...
> $VAR1 = 'Hello';
> $VAR2 = 'World';
>
> % ./scripts/service  --method arrayPing --axis2
> Consulting Axis2 Service...
> $VAR1 = 'Hello';
> $VAR2 = 'World';
>
> I'm getting the feeling I'm missing just some tiny bit of metadata foo...
>
> -dan
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)




--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 return type is
something simple (integer, primitive array of strings):

% ./scripts/service  --method ping
Consulting Axis (1.x) Service...
$VAR1 = '1';

% ./scripts/service  --method ping --axis2
Consulting Axis2 Service...
$VAR1 = '1';

% ./scripts/service  --method arrayPing
Consulting Axis (1.x) Service...
$VAR1 = 'Hello';
$VAR2 = 'World';

% ./scripts/service  --method arrayPing --axis2
Consulting Axis2 Service...
$VAR1 = 'Hello';
$VAR2 = 'World';

I'm getting the feeling I'm missing just some tiny bit of metadata foo...

-dan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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';

% ./scripts/service  --method ping --axis2
Consulting Axis2 Service...
$VAR1 = '1';

% ./scripts/service  --method arrayPing
Consulting Axis (1.x) Service...
$VAR1 = 'Hello';
$VAR2 = 'World';

% ./scripts/service  --method arrayPing --axis2
Consulting Axis2 Service...
$VAR1 = 'Hello';
$VAR2 = 'World';

I'm getting the feeling I'm missing just some tiny bit of metadata foo...

-dan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]