This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136519 - Ability to create XML document/messages from WSDL
Summary: Ability to create XML document/messages from WSDL
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 01:26 UTC by _ gmpatil
Modified: 2008-06-05 01:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
XML Wizard (37.90 KB, image/png)
2008-06-05 01:27 UTC, _ gmpatil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gmpatil 2008-06-05 01:26:43 UTC
Currently XML Wizard allows one to create XML document from XSD and DTD.
It would be nice to have similar XML document generation using WSDL.

- XML wizard generates XML content as plain XML data as it is being done from XSD or SOAP message if user selects WSDL
message element instead directly schema element. 
- Ability to store in file system.
- Ability invoke XML content generator from XSD and WSDL editors.

Composite Application tester generates SOAP message from WSDL, may be we could leverage the code from there.
Comment 1 _ gmpatil 2008-06-05 01:27:36 UTC
Created attachment 62394 [details]
XML Wizard