As part of the binding.ws on the fly wsdl generation i've been struggling with creating a working Tuscany WSDLInterface object from a JavaInterface object. I just can't seem to get things set up correctly so a complete invocation flow works and the data binding interceptor works correctly doing all the transformations and wrapping/unwrapping etc. I've not been able to worked out exactly whats required to initialize all the various objects and variables manually so that things work and that approach seems to end up duplicating a lot of existing code which doesn't seem ideal, but it also doesn't seem easy to get access to and use use the various existing idl code we already have to create all the operations and wrapper objects etc. So anyone have any hints how and where would be the best place to be doing this type of thing?
...ant
