Hi, I am using RawXMLINOnlyMessageReceiver for my in-only operations. I tried the following signatures in my in-only methods, but my client doesn't seem to get any exception. How do I get my client receive exception for in-only methods ? Do I need to set a configuration parameter somewhere ?
public void myMethod(OMElement inputMsg) throws RemoteException; OR public void myMethod(OMElement inputMsg) throws AxisFault; OR public void myMethod(OMElement inputMsg);
