If I understand right, than bundle A will contain the WSDL file and the generated classes. Bundle B contains your Camel route where you refer to the WSDL file, right? If this is the case (it works for me), make sure you also export the package where your WSDL file is located (e.g. META-INF.wsdl.interfaceName). And refer to the WSDL like wsdlURL="META-INF/wsdl/interfaceName/FileExchangeService.wsdl".
Best, Christian On Mon, Dec 3, 2012 at 6:46 PM, ucrkarthik <ucrkart...@hotmail.com> wrote: > reference