Bugzilla – Bug 3805
<wsdl:documentation> nodes not supported
Last modified: 2005-11-09 09:28:37
You need to log in before you can comment on or make changes to this bug.
From the WSDL specification (http://www.w3.org/TR/wsdl#_document-s), documentation nodes should be allowed to appear inside any "wsdl" tag. globus-wsrf-cgen only supports these nodes within wsdl:binding. If a documentation node is found elsewhere, parsing errors occur, and the generation is aborted
Created an attachment (id=714) [details] Testcase The attached WSDL contains several commented documentation nodes. Uncommenting any of these nodes will result in generation errors.
Created an attachment (id=733) [details] globus_c_wsdl_parser-0.10.tar.gz Could you try this version of the wsdl parser to see if it works with your wsdls? joe
This fix is committed.