Hi all, i have the following systembase on axis2: Client java axiom (no stub stuff) ->ServerSide InFlow Handler ->Server java axiom
My problem is: From Handler i read the Header and check something. If check test result false i wish to not call server java at all so i do return InvocationResponse.ABORT; This throw and exception like incoming message is null and it's ok. But the client doesn't recive nothing at all but: HTTP/1.1 202 Accepted Server: Apache-Coyote/1.1 Content-Type: text/xml;charset=UTF-8 Transfer-Encoding: chunked Date: Tue, 18 Jan 2011 22:18:33 GMT 0 Ok i want to create soap fault message (and i know how to do) but i don't know how to send this message back to client! Thx in advice for help.