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]

Reply via email to