On Thu December 10 2009 12:09:27 pm kiffin wrote: > I am porting a Metro JAXWS application to CXF. There are two exceptions in > the code not available in CXF. Do we have the equivalent for > ClientTransportException and ServerException in CXF?
For the ClientTransportException, it's pretty much catch the WebServiceException and check the cause to see if it's an IOException. What is the ServerException used for in Metro? Under what conditions (and when) is that thrown? -- Daniel Kulp [email protected] http://www.dankulp.com/blog
