sample wsdl_first demos how to throw a customized exception: PingMeFault. But how to handle a defined exception like RemoteException? Currently, when I generate code, RemoteException would be removed from my interface.
public interface HelloWorld {
public void sayHi(
java.lang.String text
) throws PingMeFault, RemoteException;
}
--
View this message in context:
http://www.nabble.com/How-to-throw-RemoteException-tp14604765p14604765.html
Sent from the cxf-user mailing list archive at Nabble.com.
