You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2009/04/17 16:43:18 UTC

svn commit: r766034 - /ode/branches/APACHE_ODE_1.X/axis2/src/main/wsdl/deploy.wsdl

Author: boisvert
Date: Fri Apr 17 14:43:18 2009
New Revision: 766034

URL: http://svn.apache.org/viewvc?rev=766034&view=rev
Log:
Fix DeploymentService URL: http://localhost:8080/ode/processes/DeploymentService

Modified:
    ode/branches/APACHE_ODE_1.X/axis2/src/main/wsdl/deploy.wsdl

Modified: ode/branches/APACHE_ODE_1.X/axis2/src/main/wsdl/deploy.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2/src/main/wsdl/deploy.wsdl?rev=766034&r1=766033&r2=766034&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2/src/main/wsdl/deploy.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2/src/main/wsdl/deploy.wsdl Fri Apr 17 14:43:18 2009
@@ -161,7 +161,7 @@
 
     <service name="DeploymentService">
         <port name="DeploymentPort" binding="tns:DeploymentBinding">
-            <soap:address location="http://localhost:8080/ode/processes/deploy"/>
+            <soap:address location="http://localhost:8080/ode/processes/DeploymentService"/>
         </port>
     </service>