Re: Axis 2 Client not receiving a thrown exception from an Axis 2 Webservice

2011-09-29 Thread Hodchenkov, Paul
quot;Just testing!"); >} > > -Mensaje original- > De: Hodchenkov, Paul [mailto:paul.hodchen...@oxagile.com] > Enviado el: Thursday, September 29, 2011 11:55 AM > Para: java-user@axis.apache.org > Asunto: Re: Axis 2 Client not receiving a thrown exception from

RE: Axis 2 Client not receiving a thrown exception from an Axis 2 Webservice

2011-09-29 Thread Alfredo Manuel Osorio Martinez
throw new IllegalArgumentException("Just testing!"); } -Mensaje original- De: Hodchenkov, Paul [mailto:paul.hodchen...@oxagile.com] Enviado el: Thursday, September 29, 2011 11:55 AM Para: java-user@axis.apache.org Asunto: Re: Axis 2 Client not receiving a thrown exce

Re: Axis 2 Client not receiving a thrown exception from an Axis 2 Webservice

2011-09-29 Thread Hodchenkov, Paul
Hi, Web method with void return type is considered as one way message. Not sure about axis 2, but in jax-ws Client does not expect to have a response(including faults). Replace void by empty TestMyServiceResult class. Sent from my iPad On 28.09.2011, at 19:38, "Alfredo Manuel Osorio Martinez"