Bug 1124677

Summary: SOAP binding in WSDL incorrect in camel-cxf-contract-first archetype (and maybe others?)
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: belong
Component: CamelAssignee: Nobody <nobody>
Status: NEW --- QA Contact: Matej Melko <mmelko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: soa-p-jira
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description belong 2014-07-30 04:47:02 UTC
Steps to Reproduce:
1. Create a new Fuse Project in JBDS
2. Choose camel-cxf-contract-first-archetype
3. Run camel-route.xml as Local Camel Context (without tests)
4. Create SOAP project in SOAPUI based on http://localhost:9000/order/?wsdl
5. Open SOAP Request to view XML

Actual results:
SOAP Request XML is not visible in SOAPUI

Expected results:
SOAP Request XML should be visible in SOAPUI

Additional info:
1. Remove 'parts="[in,out]"' from the project WSDL file:

<wsdl:input>
  <soap:body use="literal" />
</wsdl:input>
<wsdl:output>
  <soap:body use="literal" />
</wsdl:output>

2. Rerun the camel-route.xml as Local Camel Context (without tests).

Result: The SOAP Request XML in SOAPUI is then visible as expected.