Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319216 - NewFileWizard for BPEL should add service and binding to WSDL artifacts
Summary: NewFileWizard for BPEL should add service and binding to WSDL artifacts
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: BPEL UI Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 02:48 EDT by grid.qian CLA
Modified: 2022-10-03 11:12 EDT (History)
0 users

See Also:


Attachments
patch (75.19 KB, application/octet-stream)
2010-07-08 02:48 EDT, grid.qian CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description grid.qian CLA 2010-07-08 02:48:49 EDT
Created attachment 173737 [details]
patch

The New BPEL Process File wizard should add the <service> and <binding> elements to the generated WSDL.

A new wizard page needs to be built which allows the user to enter:
1. the service name (default is same as BPEL Process Name)
2. port name (default is same as service name + "Port")
3. service address (default is http://localhost:8080/&lt;service_name&gt;)
4. binding protocol (SOAP or HTTP)

The goal is to have the New File Wizard build a complete BPEL process and WSDL which can immediately be deployed to and run with the ODE runtime. 

This is a bug from JBoss jira: 
https://jira.jboss.org/browse/JBIDE-6154
Comment 1 grid.qian CLA 2010-07-26 04:18:26 EDT
apply and test the patch.