Use TCPMon to check the response message coming back over the wire....
Model the service yourself, and compare the response to an Axis client
to Axis server interaction.

/Chris
http://cvs.apache.org/~haddadc


-----Original Message-----
From: Kanchana Welagedara [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 22, 2001 3:57 AM
To: [EMAIL PROTECTED]
Subject: RE: Returning a XSD_BASE64



> -----Original Message-----
> From: Gerolamo [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 21, 2003 9:09 PM
> To: [EMAIL PROTECTED]
> Subject: Returning a XSD_BASE64
>
>
> Hi Everybody,
>
>
> I've done something like this:
>
> public byte[] getFile() { /* ... */ }
>
> with inside a function call:
>
> java.lang.Object _resp = _call.invoke(new java.lang.Object[]
> {"parameter"} );
>
> Return type of SOAP call is a XSD_BASE64
>


Reply via email to