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 2006/10/13 13:22:56 UTC

svn commit: r463651 - in /incubator/tuscany/java/samples/sca/helloworldws/src/main: resources/wsdl/helloworldOM.wsdl webapp/META-INF/sca/default.scdl

Author: antelder
Date: Fri Oct 13 04:22:54 2006
New Revision: 463651

URL: http://svn.apache.org/viewvc?view=rev&rev=463651
Log:
Clean up helloworldws scdl

Removed:
    incubator/tuscany/java/samples/sca/helloworldws/src/main/resources/wsdl/helloworldOM.wsdl
Modified:
    incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/META-INF/sca/default.scdl

Modified: incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/META-INF/sca/default.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/META-INF/sca/default.scdl?view=diff&rev=463651&r1=463650&r2=463651
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/META-INF/sca/default.scdl (original)
+++ incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/META-INF/sca/default.scdl Fri Oct 13 04:22:54 2006
@@ -22,18 +22,9 @@
     
     <dbsdo:import.sdo xmlns:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0" location="wsdl/helloworld.wsdl" />
 
-    <service name="HelloWorldWebService" target="http:///foo">
+    <service name="HelloWorldWebService">
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" wsdli:wsdlLocation="http://helloworld wsdl/helloworld.wsdl" />
-        
-        <!-- 
-        <interface.java interface="helloworld.HelloWorldService" />
-        -->
-
-        <!--FIXME the location attribute is a really bad hack here!  does not follow to spec at all 
-        -->
-        <binding.ws endpoint="http://helloworld#wsdl.endpoint(HelloWorldService/HelloWorldSoapPort)"
-            conformanceURIs="http://ws-i.org/profiles/basic/1.1" location="wsdl/helloworld.wsdl" />
-
+        <binding.ws endpoint="http://helloworld#wsdl.endpoint(HelloWorldService/HelloWorldSoapPort)" location="wsdl/helloworld.wsdl" />
         <reference>HelloWorldServiceComponent</reference>
     </service>
 



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