summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-05-04 13:46:07 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-05-04 13:46:07 +0000
commite6593a2115e888d1f828b3bc3ae0d1bd954720c2 (patch)
treea0fe5433a642768b5fff3b832628386f12e38106 /sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl
parent7b2562998ac69d732009bb084f06856b615a8930 (diff)
UPdates to try to get the bpel sample working
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1099445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl
index cf966264ef..a866d29f2d 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl
@@ -61,7 +61,7 @@
</wsdl:message>
<wsdl:portType name="HelloPortType">
- <wsdl:operation name="hello">
+ <wsdl:operation name="sayHello">
<wsdl:input message="tns:HelloMessage" name="TestIn"/>
<wsdl:output message="tns:HelloMessageResponse" name="TestOut"/>
</wsdl:operation>
@@ -70,7 +70,7 @@
<wsdl:binding name="HelloSoapBinding" type="tns:HelloPortType">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="hello">
+ <wsdl:operation name="sayHello">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="TestIn">
<wsdlsoap:body use="literal"/>
@@ -91,4 +91,4 @@
<plnk:role name="me" portType="tns:HelloPortType"/>
<plnk:role name="you" portType="tns:HelloPortType"/>
</plnk:partnerLinkType>
-</wsdl:definitions> \ No newline at end of file
+</wsdl:definitions>