Hi,all
When Parsing the wsdl file,there is a constraint that the element name of the
part on the operation input messge must equals the operation's name.
I don't find the constraint on the wsdl spec,so I think the constraint should
be removed.
The snippet :
Part part = (Part)parts.iterator().next();
QName elementName = part.getElementName();
if (elementName == null) {
return null;
}
if (!operation.getName().equals(elementName.getLocalPart())) {
return null;
}
If this is a bug,I will put a jira.
--------------
Wang Feng
2008-04-02
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]