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 2007/08/27 06:35:54 UTC

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

Author: boisvert
Date: Sun Aug 26 21:35:53 2007
New Revision: 569997

URL: http://svn.apache.org/viewvc?rev=569997&view=rev
Log:
Fix URLs of {Process,Instance}Management services to match actual endpoints

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=569997&r1=569996&r2=569997&view=diff
==============================================================================
--- ode/trunk/axis2/src/main/wsdl/pmapi.wsdl (original)
+++ ode/trunk/axis2/src/main/wsdl/pmapi.wsdl Sun Aug 26 21:35:53 2007
@@ -576,12 +576,12 @@
 
     <service name="ProcessManagementService">
         <port name="ProcessManagementPort" binding="tns:ProcessManagementBinding">
-            <soap:address location="http://localhost:8080/ode/services/processmgmt"/>
+            <soap:address location="http://localhost:8080/ode/services/ProcessManagement"/>
         </port>
     </service>
     <service name="InstanceManagementService">
         <port name="InstanceManagementPort" binding="tns:InstanceManagementBinding">
-            <soap:address location="http://localhost:8080/ode/services/instancemgmt"/>
+            <soap:address location="http://localhost:8080/ode/services/InstanceManagement"/>
         </port>
     </service>