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 ch...@apache.org on 2009/10/05 16:21:47 UTC

svn commit: r821904 [1/4] - in /incubator/stonehenge/trunk/stocktrader/wsas/business_service: resources/META-INF/ src/org/tempuri/

Author: chintana
Date: Mon Oct  5 16:21:46 2009
New Revision: 821904

URL: http://svn.apache.org/viewvc?rev=821904&view=rev
Log:
- Codegen files using wrapped mode on.
- Updating WSDL with the new operation (previously missed, doh)

Modified:
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/TradeServiceWsas.wsdl
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/wsdl0.wsdl
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfMessageReceiverInOnly.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfMessageReceiverInOut.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/TradeServiceWsas.wsdl
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/TradeServiceWsas.wsdl?rev=821904&r1=821903&r2=821904&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/TradeServiceWsas.wsdl (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/TradeServiceWsas.wsdl Mon Oct  5 16:21:46 2009
@@ -39,6 +39,15 @@
         <soap:body use="literal"/>
       </wsdl:input>
     </wsdl:operation>
+    <wsdl:operation name="getProfileIdFromStsIdentifier">
+      <soap:operation soapAction="getProfileIdFromStsIdentifier" style="document" />
+        <wsdl:input>
+          <soap:body use="literal" />
+        </wsdl:input>
+        <wsdl:output>
+            <soap:body use="literal" />
+        </wsdl:output>
+    </wsdl:operation>
     <wsdl:operation name="login">
       <soap:operation soapAction="http://trade.samples.websphere.ibm.com/ITradeServices/login" style="document"/>
       <wsdl:input>

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/wsdl0.wsdl
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/wsdl0.wsdl?rev=821904&r1=821903&r2=821904&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/wsdl0.wsdl (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/wsdl0.wsdl Mon Oct  5 16:21:46 2009
@@ -24,6 +24,14 @@
       <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" schemaLocation="xsd1.xsd"/>
     </xsd:schema>
   </wsdl:types>
+  <wsdl:message name="ITradeServices_getProfileIdFromStsIdentifier_InputMessage">
+      <wsdl:part name="parameters" element="tns:getProfileIdFromStsIdentifier">
+      </wsdl:part>
+  </wsdl:message>
+  <wsdl:message name="ITradeServices_getProfileIdFromStsIdentifier_OutputMessage">
+      <wsdl:part name="parameters" element="tns:getProfileIdFromStsIdentifierResponse">
+      </wsdl:part>
+  </wsdl:message>
   <wsdl:message name="ITradeServices_getHolding_InputMessage">
     <wsdl:part name="parameters" element="tns:getHolding">
     </wsdl:part>
@@ -165,6 +173,12 @@
     </wsdl:part>
   </wsdl:message>
   <wsdl:portType name="ITradeServices">
+    <wsdl:operation name="getProfileIdFromStsIdentifier">
+        <wsdl:input message="tns:ITradeServices_getProfileIdFromStsIdentifier_InputMessage" wsaw:Action="">
+        </wsdl:input>
+        <wsdl:output message="tns:ITradeServices_getProfileIdFromStsIdentifier_OutputMessage" wsaw:Action="http://trade.samples.websphere.ibm.com/ITradeServices/getProfileIdFromStsResponse">
+        </wsdl:output>
+    </wsdl:operation>
     <wsdl:operation name="emptyMethodAction">
       <wsdl:input message="tns:ITradeServices_emptyMethodAction_InputMessage" wsaw:Action="">
     </wsdl:input>