You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by ip...@apache.org on 2005/05/25 17:51:07 UTC

svn commit: r178461 - /incubator/hermes/trunk/src/wsdl/SubscriptionManager.wsdl

Author: ips
Date: Wed May 25 08:51:06 2005
New Revision: 178461

URL: http://svn.apache.org/viewcvs?rev=178461&view=rev
Log:
fixed port name & soap:address location so they match the service name that's used in server-config.wsdd and jndi-config.xml

Modified:
    incubator/hermes/trunk/src/wsdl/SubscriptionManager.wsdl

Modified: incubator/hermes/trunk/src/wsdl/SubscriptionManager.wsdl
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/wsdl/SubscriptionManager.wsdl?rev=178461&r1=178460&r2=178461&view=diff
==============================================================================
--- incubator/hermes/trunk/src/wsdl/SubscriptionManager.wsdl (original)
+++ incubator/hermes/trunk/src/wsdl/SubscriptionManager.wsdl Wed May 25 08:51:06 2005
@@ -158,8 +158,8 @@
    
    <wsdl:service name="SubscriptionManagerService">
       
-      <wsdl:port name="subscriptionManager" binding="tns:SubscriptionManagerHttpBinding">
-         <soap:address location="http://localhost:8080/wsrf/services/subscriptionManager"/>
+      <wsdl:port name="SubscriptionManager" binding="tns:SubscriptionManagerHttpBinding">
+         <soap:address location="http://localhost:8080/wsrf/services/SubscriptionManager"/>
       </wsdl:port>      
       
    </wsdl:service>



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