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

Summary: XSLT service wizard for service-bridge option does not allow we-call interface with Input(InOnly ME) only message.
Product: soa Reporter: pvarghese <pvarghese>
Component: XSLTAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker CC: gbadescu, mpottlapelli
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: The xslt project zip file
the document describing the steps to reproduce the issue

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.