Bug 198247 - Investigate how WSDL 2.0 might be implemented as an extension to XSD
Summary: Investigate how WSDL 2.0 might be implemented as an extension to XSD
Status: NEW
Alias: None
Product: EMF
Classification: Modeling
Component: XSD (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Ed Merks CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-30 07:18 EDT by Ed Merks CLA
Modified: 2023-01-12 11:49 EST (History)
4 users (show)

See Also:


Attachments
Patches for XSD to make it extensible for WSDL. (7.96 KB, patch)
2007-07-30 07:21 EDT, Ed Merks CLA
no flags Details | Diff
A rough preliminary implementation of WSDL 2.0 (326.59 KB, patch)
2007-07-30 07:23 EDT, Ed Merks CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Merks CLA 2007-07-30 07:18:11 EDT
 
Comment 1 Ed Merks CLA 2007-07-30 07:21:36 EDT
Created attachment 74919 [details]
Patches for XSD to make it extensible for WSDL.

These patches should be a no-op from a schema point of view but make it easier to extend the implementation classes to implement WSDL 2.0.
Comment 2 Ed Merks CLA 2007-07-30 07:23:42 EDT
Created attachment 74920 [details]
A rough preliminary implementation of WSDL 2.0

This design has WSDL 2.0 classes directly extending closely related XSD classes.  It's not complete and goes into infinite recursion resolving names that are not scoped to the overall WSDL document.
Comment 3 Antoine Toulmé CLA 2007-09-27 11:30:17 EDT
Sounds interesting.