[ http://issues.apache.org/jira/browse/TUSCANY-661?page=comments#action_12430048 ] Jervis Liu commented on TUSCANY-661: ------------------------------------
I've got the helloworldwsclient sample working with celtix binding with some hacks: 1. A hack in NodeDataWriter.java to not use SDO. At the moment, we 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, we 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 for axis2 and cletix bindings. This may not be the way we want to distribute extensions at the end of day, but this makes current work a little bit easier. > Make celtix biding working for helloworldwsclient and helloworldws-celtix > ------------------------------------------------------------------------- > > Key: TUSCANY-661 > URL: http://issues.apache.org/jira/browse/TUSCANY-661 > Project: Tuscany > Issue Type: Improvement > Affects Versions: Java-Mx > Reporter: Jervis Liu > Attachments: jira661.patch > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
