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 104684 - Layer.xml does not allow for extensibility sub-components
Summary: Layer.xml does not allow for extensibility sub-components
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-24 01:31 UTC by Julie Knight
Modified: 2007-06-26 20:11 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 Julie Knight 2007-05-24 01:31:23 UTC
I have an extensibility element for the SAP BC
(nb_all\enterprise\wsdlextensions\sap) that requires a subcomponent:

            <sap:address applicationServerHostname="Provide value for this
required attribute" clientNumber="Provide value for this required attribute"
systemNumber="Provide value for this required attribute" systemID="Provide value
for this required attribute" user="Provide value for this required attribute"
password="Provide value for this required attribute">
                <sap:clientparams/>
                <sap:serverparams programID="Provide value for this required
attribute"/>
            </sap:address>
sap:address is required, one or both of clientparams and serverparams are
required.  I have not found a way to modify my layer.xml and template.xml to
allow for the user to first add sap:address and then to sap:address add
sap:clientparams or sap:serverparams.

At this point when the user adds sap:address they get both sap:clientparams and
sap:serverparams whether they want them or not.

I would like to see the WSDL Editor enhanced to handle this scenario so that the
user can choose to add the subcomponents.