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 111813 - XSLT service wizard for service-bridge option does not allow we-call interface with Input(InOnly ME) only message.
Summary: XSLT service wizard for service-bridge option does not allow we-call interfac...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-02 19:03 UTC by pvarghese
Modified: 2007-08-08 15:23 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The xslt project zip file (11.14 KB, application/octet-stream)
2007-08-02 19:04 UTC, pvarghese
Details
the document describing the steps to reproduce the issue (59.42 KB, application/octet-stream)
2007-08-02 19:05 UTC, pvarghese
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pvarghese 2007-08-02 19:03:37 UTC
Netbeans build used: netbeans-trunk-nightly-200707270000-full.zip

Issue:
The 'Service-bridge' option should allow for creation of the service with the 'we call' interface operation with only
input. The reason being the runtime does support such a service and hence the design time should also support it.
 
ex: In the attached project 'SelectionProcessor.zip' the 'we call' operation is identified by 
<portType name="InputPt">
    <operation name="CandidateEvent">
        <input message="tns:CandidateEvent_Msg"/>
    </operation>


Steps to reproduce:
Attached document 'xsltServiceBridgebug.odt' explains the steps to reproduce the issue with screen shots.

Attachments:
1. SelectionProcessor.zip : zip file of the XSLT project with the artifacts used for this scenario.
2. xsltServiceBridgebug.odt: document explaining the steps to reproduce the issue.
Comment 1 pvarghese 2007-08-02 19:04:34 UTC
Created attachment 46077 [details]
The xslt project zip file
Comment 2 pvarghese 2007-08-02 19:05:25 UTC
Created attachment 46078 [details]
the document describing the steps to reproduce the issue
Comment 3 Sergey Lunegov 2007-08-08 15:23:16 UTC
Philip, marked this as ENHANCEMENT. Will address it in the next release.