Author: shankar
Date: Thu Apr 16 04:35:39 2009
New Revision: 765458

URL: http://svn.apache.org/viewvc?rev=765458&view=rev
Log:
Adding header comments to config files

Modified:
    
incubator/stonehenge/trunk/stocktrader/php/resources/conf/configuration_service_config.xml
    
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml
    incubator/stonehenge/trunk/stocktrader/php/resources/conf/policy.xml
    
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql
    incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/Table 
Creation.sql
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl0
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd0
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd1
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd2
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl0
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd0
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd1
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl
    incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/configuration_service_config.xml
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/conf/configuration_service_config.xml?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/configuration_service_config.xml
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/configuration_service_config.xml
 Thu Apr 16 04:35:39 2009
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <config>
        
<config_service>http://localhost:8080/php_stocktrader/config_service/config_svc.php</config_service>
 </config>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml 
(original)
+++ 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml 
Thu Apr 16 04:35:39 2009
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <config>
        <server>127.0.0.1,1433</server>
        <user>trade</user>

Modified: incubator/stonehenge/trunk/stocktrader/php/resources/conf/policy.xml
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/conf/policy.xml?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/conf/policy.xml 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/conf/policy.xml Thu 
Apr 16 04:35:39 2009
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";>
     <wsp:ExactlyOne>
         <wsp:All>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql
 Thu Apr 16 04:35:39 2009
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 INSERT INTO [StockTraderDB].[dbo].[SERVICE]([SERVICENAME],[URL])
      VALUES ('JAVA_BS','http://localhost:9763/services/TradeServiceWsas');
 INSERT INTO [StockTraderDB].[dbo].[SERVICE]([SERVICENAME],[URL])

Modified: incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/Table 
Creation.sql
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/Table%20Creation.sql?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <wsdl:definitions name="OrderProcessor" 
targetNamespace="http://Trade.TraderOrderHost"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; 
xmlns:tns="http://Trade.TraderOrderHost"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; 
xmlns:i0="http://Trade.TraderOrderHost"; 
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"; 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:wsa10="http://www.w3.org/2005/08/addressing"; 
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex";
 >
  <wsp:Policy wsu:Id="NetMsmqBinding_OrderProcessorService_policy">
   <wsp:ExactlyOne>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl0
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl0?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl0 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl0 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <wsdl:definitions targetNamespace="http://Trade.TraderOrderHost"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; 
xmlns:tns="http://Trade.TraderOrderHost"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; 
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"; 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:wsa10="http://www.w3.org/2005/08/addressing"; 
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex";>
  <wsdl:types>
   <xsd:schema targetNamespace="http://Trade.TraderOrderHost/Imports";>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd0
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd0?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd0 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd0 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <xs:schema elementFormDefault="qualified" 
targetNamespace="http://Trade.TraderOrderHost"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://Trade.TraderOrderHost";>
  <xs:import schemaLocation="TradeOrders.xsd2" 
namespace="http://trade.samples.websphere.ibm.com"/>
  <xs:element name="SubmitOrderTransactedQueue">

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd1
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd1?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd1 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd1 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" 
targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/";>
  <xs:element name="anyType" nillable="true" type="xs:anyType"/>
  <xs:element name="anyURI" nillable="true" type="xs:anyURI"/>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd2
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd2?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd2 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.xsd2 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <xs:schema elementFormDefault="qualified" 
targetNamespace="http://trade.samples.websphere.ibm.com"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://trade.samples.websphere.ibm.com";>
  <xs:complexType name="OrderDataBean">
   <xs:sequence>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <wsdl:definitions name="TradeServiceWcf" targetNamespace="http://tempuri.org/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; 
xmlns:tns="http://tempuri.org/"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; 
xmlns:i0="http://trade.samples.websphere.ibm.com"; 
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"; 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:wsa10="http://www.w3.org/2005/08/addressing"; 
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex";>
   <wsdl:import namespace="http://trade.samples.websphere.ibm.com"; 
location="TradeService.wsdl0"/>
   <wsdl:types/>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl0
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl0?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl0 
(original)
+++ 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.wsdl0 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <wsdl:definitions targetNamespace="http://trade.samples.websphere.ibm.com"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; 
xmlns:tns="http://trade.samples.websphere.ibm.com"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; 
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"; 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:wsa10="http://www.w3.org/2005/08/addressing"; 
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex";>
   <wsdl:types>
     <xsd:schema 
targetNamespace="http://trade.samples.websphere.ibm.com/Imports";>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd0
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd0?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd0 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd0 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <xs:schema elementFormDefault="qualified" 
targetNamespace="http://trade.samples.websphere.ibm.com"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://trade.samples.websphere.ibm.com";>
   <xs:element name="emptyMethodAction">
     <xs:complexType>
@@ -352,4 +370,4 @@
       </xs:sequence>
     </xs:complexType>
   </xs:element>
-</xs:schema>
\ No newline at end of file
+</xs:schema>

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd1
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd1?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd1 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeService.xsd1 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" 
targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/";>
   <xs:element name="anyType" nillable="true" type="xs:anyType"/>
   <xs:element name="anyURI" nillable="true" type="xs:anyURI"/>
@@ -37,4 +55,4 @@
     </xs:restriction>
   </xs:simpleType>
   <xs:attribute name="FactoryType" type="xs:QName"/>
-</xs:schema>
\ No newline at end of file
+</xs:schema>

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=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl 
Thu Apr 16 04:35:39 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * 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";>
  <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";>

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css?rev=765458&r1=765457&r2=765458&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css 
(original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css Thu Apr 
16 04:35:39 2009
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 body {
 background-image: url(images/bg.gif);
 background-repeat: repeat-x;


Reply via email to