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 - XSLT Service wizard doesn't determite Input Type and Output Type values
Summary: XSLT Service wizard doesn't determite Input Type and Output Type values
Status: VERIFIED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-02 16:15 UTC by Andrei Chistiakov
Modified: 2007-07-05 12:50 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 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.