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

Reply via email to