eaton rifles

Greenhorn
+ Follow
since Oct 28, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by eaton rifles

try this

public InvocationResponse invoke(MessageContext mctx) throws AxisFault
{
...

MessageContext faultContext = AxisEngine.createFaultMessageContext(mctx, new AxisFault( "message to display" );
AxisEngine.sendFault(faultContext);
return InvocationResponse.ABORT;

}
12 years ago