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 85989

Summary: validation between WSDL wizard and WSDL Editor is incosistent
Product: xml Reporter: lchang <lchang>
Component: WSDL ToolsAssignee: Shivanand Kini <skini>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description lchang 2006-09-28 00:37:29 UTC
Seen on Windows XP with NB 55 060927_5 and JDK 1.5.0_09:

1. Start WSDL wizard. 
2. In Name and Location page, click the Import XML Schema File(s) and browse to
locate a schema that defines elements. Click Next.
3. In Abstract Configuration, change the Element or Type value for the default
parts of the Input and Output messages to one of the elements of the imported
schema.
4. Click Next

Result:
It will not allow you to select Document or RPC Literal.  You must choose RPC 
Encoded.

5.  Then select RPC Encoded, select Next and Finish
6.  Then in the WSDL Editor, modify the binding subtype to be Document 
Literal, and validate

Result: 
Validation allows you to do this.

Expected Result:
I'm not familiar with the exactly what the spec should say, but the results 
should be consistent.  If the wizard doesn't allow you to use RPC Literal and 
Document Literal, then shouldn't validation for the WSDL Editor fail as well?
Comment 1 Shivanand Kini 2006-09-28 02:24:17 UTC
WS-I validation on the wsdl editor is still a feature yet to be implemented.
Changing this to enhancement.
Comment 2 Jiri Prox 2007-09-17 21:44:21 UTC
Obsolete milestone, please reevaluate