Custom exceptions in axis2

2011-05-26 Thread Denise Wu
Hi, I created a custom exception on my server side but my client is always getting an AxisFault exception. Is there a way for the server to send instead the custom exception? Thanks for your help! - To unsubscribe, e-mail: java-

Re: Problem using byte[] in POJO web service

2011-05-26 Thread Afkham Azeez
Please check with the release candidate http://people.apache.org/~sagara/dist/axis2/1.6.0/axis2-1.6.0-bin.zip and let us know whether this issue still exists. On Thu, May 26, 2011 at 6:55 PM, Mario Oliveira Rodrigues < [email protected]> wrote: > Last one. 1.5.4 !! > > Mário > > > > > > --

RE: Problem using byte[] in POJO web service

2011-05-26 Thread Mario Oliveira Rodrigues
Last one. 1.5.4 !! Mário Declaração: A informação contida nesta mensagem, e os ficheiros anexos, é privilegiada e confidencial, destinando-se exclusivamente ao(s) destinatário(s).Se não é o destinatário (ou o r

Re: Problem using byte[] in POJO web service

2011-05-26 Thread Andreas Veithen
I remember that there were a couple of issues with base64binary data in ADB that have been fixed not so long ago. What version of Axis2 are you using? Andreas On Mon, May 23, 2011 at 18:48, Mario Oliveira Rodrigues wrote: > I have defined a web service like > > > > // the service > > public clas

RE: Problem using byte[] in POJO web service

2011-05-26 Thread Mario Oliveira Rodrigues
Hi there Martin, The wsdl uses a xsd:Base64Binary type. The problem is that using the byte[] inside the second class only 15 bytes are transmitted, while when the field is a parameter of the web service method it works fine.~ Mário Declaração: A informação c