We did write something to do this - its available on alphaWorks: -

http://www.alphaworks.ibm.com/tech/jrom

However, I'm not sure if the code and WSIF are synced up to date.

This was one of our key ideas in WSIF, but we never managed to make it all work in Open Source.

Another approach would be to run WSDL2Java on the fly and then use reflection to populate the Java structure. Might be hard work tho!

Paul

Norberto Carnelli wrote:

Nirmal Mukhi ha scritto:


Hi,


WSIF can invoke services dynamically but currently requires the complex types to have java counterparts, that is to say you need to run WSDL2Java to generate the java types (the stub though is not important).


Is there any API that i can use to create java counterparts of the complex types? I must do this dynamically so i cant launch WSDL2Java
program to create it before...


thanks


Reply via email to