Hi, can someone kindly review and apply patch for jira 661 please. In this patch I got the helloworldwsclient sample working with celtix binding with some hacks:
1. A hack in NodeDataWriter.java to not use SDO. At the moment, I just make it returns a mocked data node. 2. A hack in WebServiceBindingLoader.java to load wsdl direclty using wsdlLocation. the wsdl is not cached. In order to initialize Celtix WSDLManager, I have to create a WSDLDefinitionRegistry inside WebServiceBindingLoader, which obviously is not the right place to do so. In this patch, I also added a distrubtion target in axis2 and cletix 's poms. This may not be the way we want to distribute extensions at the end of day, but this at least makes current work a little bit easier. See samples\sca\helloworldwsclient\run_celtix.bat for how to use binding distributions to run the sample. Thanks, Jervis
