I have a class annotated with WebServiceProvider and I am providing a wsdl in the jar and have it mapped appropriately according to endpoint and service names in my bean.xml. I can invoke the service without issue, but I can¹t seem to retrieve the wsdl when it is deployed. If I do not specifcy the wsdl then it generates a wsdl according to the methods in the provider, which is invoke, but if I define one I am not able to retrieve it. I am running cxf 2.2.6 in a servicemix 4.2 container. Any thoughts?
-Dennis
