Hi,With Axis2 WSDL parsing model (org.apache.wsdl classes), I can parse the wsdl file and get wsdl infos. But I can't find how to get message parts (WSDL4J code: wsdlVersionWrapper.getDefinition().getPortType(portTypeQName).getOperation(operationName, null, null).getInput().getMessage().getParts()) Is it possible with org.apache.wsdl classes, I'd prefer don't mix WDSL4J and org.apache.wsdl classes.
Thanks, Arnaud
