It turns out that the primary problem was that my deployment was missing xml-resolver.jar, which in turn caused OASISCatalogManager to silently ignore my catalog. Fixing that I then hit a problem using "rewriteURI" where it would include my rewrite suffix twice. I suspect that there was a problem with my syntax, but it worked as expected using "systemId" instead so I did not investigate this further. Finally, make sure that jax-ws-catalog.xml is included in the META-INF of you web service jar and not in your .war.
FWIW, I found the NetBeans web service examples to be a very good introduction to web services using CXF. HTH, Eric G. -- View this message in context: http://cxf.547215.n5.nabble.com/Get-Unable-to-locate-imported-document-error-becuase-jax-ws-catalog-xml-is-not-found-tp4808863p4819963.html Sent from the cxf-user mailing list archive at Nabble.com.
