Hi Fernando, The way I would approach this is to write a service/module in Axis2 that configures itself with the WDSL (generates the Java binding) and calls WSIF upon invocation. I don't see much value doing it in Ode itself.
BTW, there was an effort underway in Axis2 to create such provider ( http://issues.apache.org/jira/browse/AXIS2-123) but it was closed with no action :( alex On 8/16/07, fLozano <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm trying to find where Ode reads the WSDL file, so I can use WSIF to > read > it and interpret it instead of the regular Ode-way. > > Basically what I'm trying to do is use wsif so I can use java bindings. To > do this, I need to use WSIF to read the wsdl files instead of the regular > wsdl libraries that Ode uses. This means I need to locate the Ode methods > that I need to substitute with the WSIF ones. > > From what I've been able to see in the source codes, Ode is *VERY* > modular > and it's hard to understand the process of executing a process. > > Any suggestions on how to do this? > > Thanks, > Fernando. > -- > View this message in context: > http://www.nabble.com/Where-does-Ode-read-the-wsdl--tf4281541.html#a12187638 > Sent from the Apache Ode Dev mailing list archive at Nabble.com. > >
