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 136114 - Import Wizard can retrieve external schema
Summary: Import Wizard can retrieve external schema
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Retriever (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 23:07 UTC by tonybeckham
Modified: 2008-05-29 23:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tonybeckham 2008-05-29 23:07:42 UTC
As of now (6.1+) To include external schema into a local schema you have two options:

1. Use new XML category -> External XML Schema Document(s) to add a local instance

2. Manually edit the source of the schema to import an external schema by adding the appropriate code to the source, ie.
add <xsd:import schemaLocation="http://schemas.xmlsoap.org/wsdl" namespace="http://schemas.xmlsoap.org/wsdl"/> or
something to the source code.

It would be very nice to have the import schema dialog be able to retrieve external schema avoiding the necessity of the
other options.