You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/08/27 20:44:28 UTC

svn commit: r570212 - /ode/trunk/axis2/src/main/wsdl/pmapi.wsdl

Author: mriou
Date: Mon Aug 27 11:44:26 2007
New Revision: 570212

URL: http://svn.apache.org/viewvc?rev=570212&view=rev
Log:
Currently working url.

Modified:
    ode/trunk/axis2/src/main/wsdl/pmapi.wsdl

Modified: ode/trunk/axis2/src/main/wsdl/pmapi.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl?rev=570212&r1=570211&r2=570212&view=diff
==============================================================================
--- ode/trunk/axis2/src/main/wsdl/pmapi.wsdl (original)
+++ ode/trunk/axis2/src/main/wsdl/pmapi.wsdl Mon Aug 27 11:44:26 2007
@@ -576,12 +576,12 @@
 
     <service name="ProcessManagementService">
         <port name="ProcessManagementPort" binding="tns:ProcessManagementBinding">
-            <soap:address location="http://localhost:8080/ode/services/ProcessManagement"/>
+            <soap:address location="http://localhost:8080/ode/processes/ProcessManagement"/>
         </port>
     </service>
     <service name="InstanceManagementService">
         <port name="InstanceManagementPort" binding="tns:InstanceManagementBinding">
-            <soap:address location="http://localhost:8080/ode/services/InstanceManagement"/>
+            <soap:address location="http://localhost:8080/ode/processes/InstanceManagement"/>
         </port>
     </service>