Bug 4857

Summary: globus-wsrf-cgen treats all element declarations as global
Product: C WS Core Reporter: Joe Bester <bester@mcs.anl.gov>
Component: Bindings GenerationAssignee: Joe Bester <bester@mcs.anl.gov>
Status: RESOLVED FIXED    
Severity: normal CC: bresnaha@mcs.anl.gov, tfreeman@mcs.anl.gov
Priority: P3    
Version: 4.0.3   
Target Milestone: 4.0.4   
Hardware: Other   
OS: Linux   
Attachments: Patch to handle local elements with explicit types

Description From 2006-11-13 14:30:13
If multiple types within a schema define subelements with the same name, an
error occurs while generating the type stubs. Technically, these subelements
should not conflict unless they have the global scope attribute.

joe
------- Comment #1 From 2007-01-02 11:42:50 -------
Created an attachment (id=1159) [details]
Patch to handle local elements with explicit types

This patch will cause globus-wsrf-cgen to handle local elements which have a
type attribute.
------- Comment #2 From 2007-01-23 14:29:16 -------
Patch applied in 4.0 branch and trunk