javax.xml.ws.Service hangs while getting wsdl

2008-10-21 Thread John Burgato
I have a wsdl and set of associated XSD files (attached) that causes the javax.xml.ws.Service within CXF to hang within it's constructor. All I do is make the call: CDAService cdaService = new CDAService(wsdlURL, new QName(cdaNamespace, cdaServiceName)); CDAService extends javax.xml.ws.Service

Getting objects defined in cxf.xml

2008-10-21 Thread John Burgato
Is it possible to get hold of the objects that are automatically built by CXF from the definition in cxf.xml? I have an endpoint in cxf.xml: I have left out the address and the wsdl on purpose, because these are not static, but retrieved from a separate configuration manager. I