[wsas-java-dev] svn commit r1737 -
trunk/wsas/java/modules/clustering
svn at wso2.org
svn at wso2.org
Tue Apr 3 08:07:11 PDT 2007
Author: azeez
Date: Tue Apr 3 08:07:08 2007
New Revision: 1737
Modified:
trunk/wsas/java/modules/clustering/nodemanager.wsdl
Log:
Updating the NodeManager WSDL
Modified: trunk/wsas/java/modules/clustering/nodemanager.wsdl
==============================================================================
--- trunk/wsas/java/modules/clustering/nodemanager.wsdl (original)
+++ trunk/wsas/java/modules/clustering/nodemanager.wsdl Tue Apr 3 08:07:08 2007
@@ -1,16 +1,16 @@
<?xml-stylesheet type="text/xsl" href="/styles/annotated-wsdl.xsl"?>
<wsdl:definitions xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- xmlns:ns0="http://clustering.wsas.wso2.org/types"
+ xmlns:ns0="http://org.apache.axis2/xsd"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:ns1="http://clustering.wsas.wso2.org/types"
+ xmlns:ns1="http://org.apache.axis2/xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- targetNamespace="http://clustering.wsas.wso2.org/types">
+ targetNamespace="http://org.apache.axis2/xsd">
<wsdl:types>
- <xs:schema xmlns:ns="http://clustering.wsas.wso2.org/types" attributeFormDefault="qualified"
- elementFormDefault="unqualified" targetNamespace="http://clustering.wsas.wso2.org/types">
+ <xs:schema xmlns:ns="http://org.apache.axis2/xsd" attributeFormDefault="qualified"
+ elementFormDefault="unqualified" targetNamespace="http://org.apache.axis2/xsd">
<xs:element name="applyPolicyFault">
<xs:complexType>
<xs:sequence>
@@ -361,16 +361,16 @@
</wsdl:binding>
<wsdl:service name="NodeManager">
<wsdl:port name="NodeManagerSOAP11port_https" binding="ns0:NodeManagerSOAP11Binding">
- <soap:address location="https://10.100.1.225:9443/services/NodeManager"/>
+ <soap:address location="https://10.100.1.225:9443/soap/NodeManager"/>
</wsdl:port>
<wsdl:port name="NodeManagerSOAP11port_http2" binding="ns0:NodeManagerSOAP11Binding">
- <soap:address location="http://10.100.1.225:9762/services/NodeManager"/>
+ <soap:address location="http://10.100.1.225:9762/soap/NodeManager"/>
</wsdl:port>
<wsdl:port name="NodeManagerSOAP12port_https" binding="ns0:NodeManagerSOAP12Binding">
- <soap12:address location="https://10.100.1.225:9443/services/NodeManager"/>
+ <soap12:address location="https://10.100.1.225:9443/soap/NodeManager"/>
</wsdl:port>
<wsdl:port name="NodeManagerSOAP12port_http2" binding="ns0:NodeManagerSOAP12Binding">
- <soap12:address location="http://10.100.1.225:9762/services/NodeManager"/>
+ <soap12:address location="http://10.100.1.225:9762/soap/NodeManager"/>
</wsdl:port>
</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>
More information about the Wsas-java-dev
mailing list