Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 319216

Summary: NewFileWizard for BPEL should add service and binding to WSDL artifacts
Product: z_Archived Reporter: grid.qian <grid.qian>
Component: BPELAssignee: BPEL UI Inbox <bpel.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Attachments:
Description Flags
patch none

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.