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 108660

Summary: XSLT Service wizard doesn't determite Input Type and Output Type values
Product: soa Reporter: Andrei Chistiakov <ca-nb>
Component: XSLTAssignee: Vitaly Bychkov <lativ>
Status: VERIFIED INVALID    
Severity: blocker CC: jskrivanek
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Andrei Chistiakov 2007-07-02 16:15:53 UTC
Reproduced in build 200707021120.

To reproduce the bug create a new Request-Reply XSLT Service that uses Do1cument Literal binding subtype. In New Service
Wizard, after providing 'WSLD file' value and pressing Next button, the wizard doesn't fill out Input Type and Output
Type fields with their values. When the wizard completes, the XSLT file opens with error message and transformation
diagram doesn't display.
Comment 1 Vitaly Bychkov 2007-07-05 11:19:29 UTC
In order to reproduce the issue the correspondent wsdl should use external scheme and shoudn't import it.
In result the message types field aren't filled.
More over the wsdl isn't valid. (try to run validation to see it). 
So I can't get scheme type from wsdl model, and IMO it's wrong way to search for correct scheme in project fs.

If more comfortable error message is required, please an issue for it.
Comment 2 Andrei Chistiakov 2007-07-05 12:50:58 UTC
Looks like this is caused by a regression in WSDL. I've filed issue 108941 against wsdl tools.