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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to