Author: objectiser
Date: 2010-01-22 13:16:11 -0500 (Fri, 22 Jan 2010)
New Revision: 475
Modified:
trunk/distribution/src/main/assembly/bin.xml
trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.wsdl
Log:
Added the WSDL header sample back into the distribution now RIFTSAW-127 is fixed.
Modified: trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- trunk/distribution/src/main/assembly/bin.xml 2010-01-22 17:43:58 UTC (rev 474)
+++ trunk/distribution/src/main/assembly/bin.xml 2010-01-22 18:16:11 UTC (rev 475)
@@ -75,6 +75,7 @@
<include>esb/webservice_esb_bpel/**</include>
<include>quickstart/hello_world/**</include>
<include>quickstart/hello_world_header_ode/**</include>
+ <include>quickstart/hello_world_header_wsdl/**</include>
<include>quickstart/loan_approval/**</include>
<include>quickstart/simple_correlation/**</include>
<include>quickstart/simple_invoke/**</include>
Modified: trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.wsdl
===================================================================
---
trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.wsdl 2010-01-22
17:43:58 UTC (rev 474)
+++
trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.wsdl 2010-01-22
18:16:11 UTC (rev 475)
@@ -38,7 +38,7 @@
<wsdl:part name="conversationId" element="types:conversationId"
/>
</wsdl:message>
- <wsdl:portType name="HelloPortType">
+ <wsdl:portType name="HelloHeaderWSPortType">
<wsdl:operation name="hello">
<wsdl:input message="tns:HelloMessage"
name="TestIn"/>
<wsdl:output message="tns:HelloMessage"
name="TestOut"/>
Show replies by date