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
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
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"