You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/09/15 23:52:27 UTC

svn commit: r575991 - in /incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources: helloworldws.composite wsdl/helloworld.wsdl

Author: antelder
Date: Sat Sep 15 14:52:26 2007
New Revision: 575991

URL: http://svn.apache.org/viewvc?rev=575991&view=rev
Log:
Correct sample urls

Modified:
    incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite
    incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl

Modified: incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite?rev=575991&r1=575990&r2=575991&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite (original)
+++ incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite Sat Sep 15 14:52:26 2007
@@ -25,7 +25,7 @@
             
     <service name="HelloWorld" promote="HelloWorldImpl">
         <interface.java interface="helloworld.HelloWorld" />
-        <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"/>
+        <binding.ws wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapBinding)"/>
     </service>
     
     <component name="HelloWorldImpl">

Modified: incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl?rev=575991&r1=575990&r2=575991&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl (original)
+++ incubator/tuscany/branches/sca-java-1.0/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl Sat Sep 15 14:52:26 2007
@@ -104,7 +104,7 @@
         <wsdl:port binding="tns:HelloWorldSoapBinding"
             name="HelloWorldSoapPort">
             <wsdlsoap:address
-                location="http://localhost:8080/sample-helloworld-ws-sdo-webapp/services/HelloWorld/services/HelloWorldService" />
+                location="http://localhost:8080/sample-helloworld-ws-sdo-webapp/services/HelloWorld" />
         </wsdl:port>
     </wsdl:service>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org