How to throw RemoteException

2008-01-03 Thread yulinxp
( 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.

Re: How to throw RemoteException

2008-01-03 Thread Glen Mazza
I don't think you usually throw (or can even throw) RemoteExceptions with JAX-WS. IIRC RemoteExceptions are for JAX-RPC only[1]. Glen [1] http://www.ibm.com/developerworks/webservices/library/ws-tip-jaxwsrpc3/ Am Donnerstag, den 03.01.2008, 12:53 -0800 schrieb yulinxp: sample wsdl_first demos