Author: jsdelfino
Date: Tue May  9 03:23:21 2006
New Revision: 405373

URL: http://svn.apache.org/viewcvs?rev=405373&view=rev
Log:
Fixed port name in helloworldws sample

Modified:
    
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module

Modified: 
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module?rev=405373&r1=405372&r2=405373&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module 
(original)
+++ 
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module 
Tue May  9 03:23:21 2006
@@ -19,11 +19,11 @@
         name="helloworld">
 
     <import.sdo wsdlLocation="wsdl/helloworld.wsdl"/>
-    <import.wsdl location="wsdl/helloworld.wsdl" 
namespace="http://helloworldaxis.samples.tuscany.apache.org"/>
+    <import.wsdl location="wsdl/helloworld.wsdl" 
namespace="http://helloworld"/>
 
     <entryPoint name="HelloWorldService">
-        <interface.wsdl 
interface="http://helloworldaxis.samples.tuscany.apache.org#HelloWorldServiceImpl"/>
-        <binding.ws 
port="http://helloworldaxis.samples.tuscany.apache.org#helloworld"/>
+        <interface.wsdl interface="http://helloworld#HelloWorld"/>
+        <binding.ws port="http://helloworld#HelloWorldSoapPort"/>
         <reference>HelloWorldServiceComponent/HelloWorldService</reference>
     </entryPoint>
 


Reply via email to