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.
