Author: chintana
Date: Sat Sep 19 09:57:33 2009
New Revision: 816881
URL: http://svn.apache.org/viewvc?rev=816881&view=rev
Log:
Adding new operation to get profile id from the STS id
Modified:
incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/services.xml
Modified:
incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/services.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/services.xml?rev=816881&r1=816880&r2=816881&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/services.xml
(original)
+++
incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/services.xml
Sat Sep 19 09:57:33 2009
@@ -28,6 +28,10 @@
<parameter
name="ServiceClass">org.apache.stonehenge.stocktrader.services.TradeServiceImpl</parameter>
<parameter name="useOriginalwsdl">true</parameter>
<parameter name="modifyUserWSDLPortAddress">true</parameter>
+ <operation name="getProfileIdFromStsIdentifier"
mep="http://www.w3.org/ns/wsdl/in-out"
namespace="http://trade.samples.websphere.ibm.com">
+ <actionMapping>getProfileIdFromStsIdentifier</actionMapping>
+
<outputActionMapping>http://trade.samples.websphere.ibm.com/ITradeServices/getProfileIdFromStsIdentifierResponse</outputActionMapping>
+ </operation>
<operation name="getHolding" mep="http://www.w3.org/ns/wsdl/in-out"
namespace="http://trade.samples.websphere.ibm.com">
<actionMapping>getHolding</actionMapping>
<outputActionMapping>http://trade.samples.websphere.ibm.com/ITradeServices/getHoldingResponse</outputActionMapping>