Hello CXF'ers, I'm having one heck of a time getting my web service client to use a jax-ws-catalog.xml file to remap a remote URL to a local xsd file. Per various posts on this issue I have placed it under META-INF and WEB-INF/classes/META-INF and it is never referenced when creating a service endpoint. I have placed break points in OSAISCatalogManager where the catalog file is referenced and they are never hit (nor are any errors generated when an error is added to the catalog file).
Any help on how to confirgure a catalog would be greatly appreciated, e.g. do I have to enable catalog support somewhere? TIA, Eric Gilbertson [email protected]<mailto:[email protected]> The particulars: Apache CXF 2.4.2 Tomcat 6.0.26 Service generated using NetBeans 7.0
