Author: shankar
Date: Fri Apr 24 06:40:56 2009
New Revision: 768174
URL: http://svn.apache.org/viewvc?rev=768174&view=rev
Log:
changing configuration service WSDL namespace to apache.org
Modified:
incubator/stonehenge/trunk/stocktrader/php/config_service/class_info.php
incubator/stonehenge/trunk/stocktrader/php/config_service/config_svc.php
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl
Modified:
incubator/stonehenge/trunk/stocktrader/php/config_service/class_info.php
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/config_service/class_info.php?rev=768174&r1=768173&r2=768174&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/config_service/class_info.php
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/config_service/class_info.php
Fri Apr 24 06:40:56 2009
@@ -18,7 +18,7 @@
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class DBConfig
{
@@ -42,14 +42,14 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class GetDBConfigs
{
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class DBConfigs
{
@@ -59,7 +59,7 @@
public $DBConfig;
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class ActiveDB
{
@@ -71,14 +71,14 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class GetActiveDB
{
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class ServiceLocation
{
@@ -96,14 +96,14 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class GetServiceLocations
{
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class ServiceLocations
{
@@ -114,7 +114,7 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class ClientToBS
{
@@ -132,14 +132,14 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class GetClientToBSConnections
{
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class ClientToBSConnections
{
@@ -150,7 +150,7 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class BSToOPS
{
@@ -168,14 +168,14 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class GetBSToOPSConnections
{
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class BSToOPSConnections
{
@@ -186,7 +186,7 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class ClientConfigRequest
{
@@ -198,7 +198,7 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class ClientConfigResponse
{
@@ -210,7 +210,7 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class BSConfigRequest
{
@@ -222,7 +222,7 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class BSConfigResponse
{
@@ -258,14 +258,14 @@
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class OPSConfigRequest
{
}
/**
- * @namespace http://wso2.org/interop/stocktrader/xsd
+ * @namespace http://apache.org/stonehenge/stocktrader/xsd
*/
class OPSConfigResponse
{
Modified:
incubator/stonehenge/trunk/stocktrader/php/config_service/config_svc.php
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/config_service/config_svc.php?rev=768174&r1=768173&r2=768174&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/config_service/config_svc.php
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/config_service/config_svc.php
Fri Apr 24 06:40:56 2009
@@ -19,7 +19,7 @@
require_once ("config_svc_processor.php");
/** Set database configurations of a DB
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object DBConfig $DBConfig
*/
function storeDBConfig($DBConfig)
@@ -79,7 +79,7 @@
}
/** Get database configuration for all DBs
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object GetDBConfigs $GetDBConfigs
* @return object DBConfigs $DBConfigs
*/
@@ -110,7 +110,7 @@
}
/** Sets active database.
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object ActiveDB $ActiveDB Name of the active database
*/
function setActiveDB($ActiveDB)
@@ -167,7 +167,7 @@
}
/** Get active database.
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object GetActiveDB $GetActiveDB
* @return object ActiveDB $CurrentActiveDB Name of the active database
*/
@@ -191,7 +191,7 @@
}
/** Sets service location (End point URL) of a given service.
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object ServiceLocation $ServiceLocation
*/
function setServiceLocation($ServiceLocation)
@@ -252,7 +252,7 @@
}
/** Gets all service locations
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object GetServiceLocations $GetServiceLocations
* @return object ServiceLocations $ServiceLocations
*/
@@ -282,7 +282,7 @@
}
/** Sets connection from client to business service
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object ClientToBS $ClientToBS
*/
function setConnectionFromClientToBS($ClientToBS)
@@ -349,7 +349,7 @@
}
/** Get all connections from client to business service
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object GetClientToBSConnections $GetClientToBSConnections
* @return object ClientToBSConnections $ClientToBSConnections
*/
@@ -379,7 +379,7 @@
}
/** Sets connection from business service to order processor service
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object BSToOPS $BSToOPS
*/
function setConnectionFromBSToOPS($BSToOPS)
@@ -445,7 +445,7 @@
}
/** Get all connections from business service to order processor service
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object GetBSToOPSConnections $GetBSToOPSConnections
* @return object BSToOPSConnections $BSToOPSConnections
*/
@@ -475,7 +475,7 @@
}
/** Get configurations of a client
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object ClientConfigRequest $ClientConfigRequest
* @return object ClientConfigResponse $ClientConfigResponse End point url of
business service
*/
@@ -512,7 +512,7 @@
}
/** Get configurations of a business service
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object BSConfigRequest $BSConfigRequest Name of the business service
* @return object BSConfigResponse $BSConfigResponse
*/
@@ -568,7 +568,7 @@
}
/** Get configurations of a order processor service
- * @namespace http://wso2.org/interop/stocktrader
+ * @namespace http://apache.org/stonehenge/stocktrader
* @param object OPSConfigRequest $OPSConfigRequest
* @return object OPSConfigResponse $OPSConfigResponse
*/
Modified:
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl?rev=768174&r1=768173&r2=768174&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl
Fri Apr 24 06:40:56 2009
@@ -17,9 +17,9 @@
* limitations under the License.
*/
-->
-<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://wso2.org/interop/stocktrader"
xmlns:tnx="http://wso2.org/interop/stocktrader/xsd"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:http="http://www.w3.org/2003/05/soap/bindings/HTTP/"
targetNamespace="http://wso2.org/interop/stocktrader">
+ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://apache.org/stonehenge/stocktrader"
xmlns:tnx="http://apache.org/stonehenge/stocktrader/xsd"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:http="http://www.w3.org/2003/05/soap/bindings/HTTP/"
targetNamespace="http://apache.org/stonehenge/stocktrader">
<types>
- <xsd:schema elementFormDefault="qualified"
targetNamespace="http://wso2.org/interop/stocktrader/xsd"
xmlns:ns0="http://wso2.org/interop/stocktrader/xsd"
xmlns:ns1="http://wso2.org/interop/stocktrader/xsd"
xmlns:ns2="http://wso2.org/interop/stocktrader/xsd"
xmlns:ns3="http://wso2.org/interop/stocktrader/xsd"
xmlns:ns4="http://wso2.org/interop/stocktrader/xsd"
xmlns:ns5="http://wso2.org/interop/stocktrader/xsd">
+ <xsd:schema elementFormDefault="qualified"
targetNamespace="http://apache.org/stonehenge/stocktrader/xsd"
xmlns:ns0="http://apache.org/stonehenge/stocktrader/xsd"
xmlns:ns1="http://apache.org/stonehenge/stocktrader/xsd"
xmlns:ns2="http://apache.org/stonehenge/stocktrader/xsd"
xmlns:ns3="http://apache.org/stonehenge/stocktrader/xsd"
xmlns:ns4="http://apache.org/stonehenge/stocktrader/xsd"
xmlns:ns5="http://apache.org/stonehenge/stocktrader/xsd">
<xsd:complexType name="OPSConfigRequest">
<xsd:sequence/>
</xsd:complexType>