Hello,

I have a void method which is offered over an axis2 service. Of that method I generated a client with axis2. Now it happens to be the case that an Exception is thrown inside the void service method. But somehow the client stub does not care about that. The exception is not thrown further, despite the fact that it is thrown over the wire (I can see it in the soap monitor). This is not the case if I have a return type assigned to the method.

So somehow the client seems to ignore anything that comes back over the wire if the method is a void method.
Does anyone have an Idea what I can do about that? thanks a lot,
Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to