when an Exception in catch in JAX-RPC Endpoint how it will be passed to the client? could it be mapped to faults in WSDL or it will be propagated as RemoteException?
If it is a SOAP Exception then it will be propogated as a SOAP Fault in the response.But if it runtime exception then we will get remote exception in the client.
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.