You can look in the Ode bpel-compiler module for many example on using getExtensibilityElements.
% cd /path/to/ode/bpel-compiler % find . -name "*.java" | xargs grep getExtensibilityElements alex On Tue, Jan 6, 2009 at 12:00 AM, Denis Weerasiri <[email protected]>wrote: > Hi, > This may not be a relevant question. > I'm using WSDL4J to read a WSDL file. I need to track the correct WSDL > definition for a particular <invoke> element.For that I need to read the > <partnerLinkType> element in WSDL. But there is no a predefined method in > WSDL4J to do this. I tried getExtensibilityElements() method in WSDL4J. But > it wasn't succesful. > > Please help me on this case. >
