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 186068 - WSDL model isn't synchronised
Summary: WSDL model isn't synchronised
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 09:36 UTC by Alexander Permyakov
Modified: 2010-05-14 13:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Permyakov 2010-05-13 09:36:20 UTC
Steps:

1) Create Synchronous Sample project
2) go to wsdl source
3) add in in-line schema new Element (for example <xsd:element name="newE" type="xsd:string"></xsd:element>)
4) go to wsdl editor 

We can see, that element wasn't appeared, WSDL model isn't synchronised.
Comment 1 Nikita Krjukov 2010-05-14 13:30:29 UTC
Actually there is a problem not with all WSDL, but with Schema embedded to WSDL. 
The bug has been caused by the fix for issue #166177. So I simply rolled back most changes had made for that issue.