On 8/17/07, fLozano <[EMAIL PROTECTED]> wrote: > > We're going to try our approach wich would be substituting how Ode reads > the > WSDL to how WSIF reads the WSDL file. > > But for this I would need know how Ode reads the file. From where it > starts > reading all the way to the end. Because it's very difficult to tell from > the > logs or just the source code.
Good starting points would be the compiler: ./bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelCompiler.java ./bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/wsdl/*.java and the Axis2 integration: ./axis2/src/main/java/org/apache/ode/axis2/ExternalService.java alex
