You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by sh...@apache.org on 2009/04/23 12:25:04 UTC

svn commit: r767902 - in /incubator/stonehenge/trunk/stocktrader/php: business_service/order_processor_proxy.php resources/wsdl/TradeOrders.wsdl

Author: shankar
Date: Thu Apr 23 12:25:03 2009
New Revision: 767902

URL: http://svn.apache.org/viewvc?rev=767902&view=rev
Log:
Fixing order actions having "OnePhase" suffix..

Modified:
    incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl

Modified: incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php?rev=767902&r1=767901&r2=767902&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php Thu Apr 23 12:25:03 2009
@@ -121,6 +121,7 @@
 						"classmap" => $class_map,
 						"policy" => $policy,
 						"securityToken" => $sec_token,
+						"useSOAP" => "1.2",
 						"to" => $OPSConfig->OPS));
 		}
 		else

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=767902&r1=767901&r2=767902&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl (original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/TradeOrders.wsdl Thu Apr 23 12:25:03 2009
@@ -63,10 +63,10 @@
   </wsdl:message>
   <wsdl:portType name="OrderProcessorService">
     <wsdl:operation name="SubmitOrderTransactedQueue">
-      <wsdl:input wsaw:Action="SubmitOrder" message="tns:OrderProcessorService_SubmitOrderTransactedQueue_InputMessage"/>
+      <wsdl:input wsaw:Action="SubmitOrderOnePhase" message="tns:OrderProcessorService_SubmitOrderTransactedQueue_InputMessage"/>
     </wsdl:operation>
     <wsdl:operation name="SubmitOrder">
-      <wsdl:input wsaw:Action="SubmitOrderOnePhase" message="tns:OrderProcessorService_SubmitOrder_InputMessage"/>
+      <wsdl:input wsaw:Action="SubmitOrder" message="tns:OrderProcessorService_SubmitOrder_InputMessage"/>
     </wsdl:operation>
     <wsdl:operation name="isOnline">
       <wsdl:input wsaw:Action="isOnline" message="tns:OrderProcessorService_isOnline_InputMessage"/>
@@ -75,13 +75,13 @@
  <wsdl:binding name="BasicHttpBinding_OrderProcessorService" type="i0:OrderProcessorService">
   <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
   <wsdl:operation name="SubmitOrderTransactedQueue">
-   <soap:operation soapAction="SubmitOrder" style="document"/>
+   <soap:operation soapAction="SubmitOrderOnePhase" style="document"/>
    <wsdl:input>
     <soap:body use="literal"/>
    </wsdl:input>
   </wsdl:operation>
   <wsdl:operation name="SubmitOrder">
-   <soap:operation soapAction="SubmitOrderOnePhase" style="document"/>
+   <soap:operation soapAction="SubmitOrder" style="document"/>
    <wsdl:input>
     <soap:body use="literal"/>
    </wsdl:input>
@@ -97,13 +97,13 @@
   <wsp:PolicyReference URI="#NetMsmqBinding_OrderProcessorService_policy"/>
   <soap12:binding transport="http://schemas.microsoft.com/soap/msmq"/>
   <wsdl:operation name="SubmitOrderTransactedQueue">
-   <soap12:operation soapAction="SubmitOrder" style="document"/>
+   <soap12:operation soapAction="SubmitOrderOnePhase" style="document"/>
    <wsdl:input>
     <soap12:body use="literal"/>
    </wsdl:input>
   </wsdl:operation>
   <wsdl:operation name="SubmitOrder">
-   <soap12:operation soapAction="SubmitOrderOnePhase" style="document"/>
+   <soap12:operation soapAction="SubmitOrder" style="document"/>
    <wsdl:input>
     <soap12:body use="literal"/>
    </wsdl:input>
@@ -119,13 +119,13 @@
   <wsp:PolicyReference URI="#NetMsmqBinding_OrderProcessorService1_policy"/>
   <soap12:binding transport="http://schemas.microsoft.com/soap/msmq"/>
   <wsdl:operation name="SubmitOrderTransactedQueue">
-   <soap12:operation soapAction="SubmitOrder" style="document"/>
+   <soap12:operation soapAction="SubmitOrderOnePhase" style="document"/>
    <wsdl:input>
     <soap12:body use="literal"/>
    </wsdl:input>
   </wsdl:operation>
   <wsdl:operation name="SubmitOrder">
-   <soap12:operation soapAction="SubmitOrderOnePhase" style="document"/>
+   <soap12:operation soapAction="SubmitOrder" style="document"/>
    <wsdl:input>
     <soap12:body use="literal"/>
    </wsdl:input>
@@ -141,13 +141,13 @@
   <wsp:PolicyReference URI="#CustomBinding_OrderProcessorService_policy"/>
   <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
   <wsdl:operation name="SubmitOrderTransactedQueue">
-   <soap12:operation soapAction="SubmitOrder" style="document"/>
+   <soap12:operation soapAction="SubmitOrderOnePhase" style="document"/>
    <wsdl:input>
     <soap12:body use="literal"/>
    </wsdl:input>
   </wsdl:operation>
   <wsdl:operation name="SubmitOrder">
-   <soap12:operation soapAction="SubmitOrderOnePhase" style="document"/>
+   <soap12:operation soapAction="SubmitOrder" style="document"/>
    <wsdl:input>
     <soap12:body use="literal"/>
    </wsdl:input>