Author: dushshantha
Date: Sun Dec  2 21:06:43 2007
New Revision: 10385

Added:
   trunk/commons/qa/wsf/c/TestFramework/output/NoTimestamp_service.expected
   trunk/commons/qa/wsf/c/TestFramework/output/Notimestamp_client.expected
   trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking.expected
   trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_addr.expected
   trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_dual.expected
   trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_soap11.expected
   trunk/commons/qa/wsf/c/TestFramework/output/echo_non_blocking.expected
   trunk/commons/qa/wsf/c/TestFramework/output/echo_rest.expected
   trunk/commons/qa/wsf/c/TestFramework/output/encryption.expected
   trunk/commons/qa/wsf/c/TestFramework/output/encryption_basic256.expected
   trunk/commons/qa/wsf/c/TestFramework/output/encryption_wrong_algo.expected
   trunk/commons/qa/wsf/c/TestFramework/output/google.expected
   trunk/commons/qa/wsf/c/TestFramework/output/math_dev.expected
   trunk/commons/qa/wsf/c/TestFramework/output/math_mul.expected
   trunk/commons/qa/wsf/c/TestFramework/output/math_sub.expected
   trunk/commons/qa/wsf/c/TestFramework/output/math_wrong_URL.expected
   trunk/commons/qa/wsf/c/TestFramework/output/math_wrong_operation.expected
   trunk/commons/qa/wsf/c/TestFramework/output/no_username_token_client.expected
   trunk/commons/qa/wsf/c/TestFramework/output/notify.expected
   trunk/commons/qa/wsf/c/TestFramework/output/username_token.expected
   trunk/commons/qa/wsf/c/TestFramework/output/yahoo.expected
Modified:
   trunk/commons/qa/wsf/c/TestFramework/output/echo.expected
   trunk/commons/qa/wsf/c/TestFramework/output/math.expected
   trunk/commons/qa/wsf/c/TestFramework/output/sec_echo.expected
Log:


Added: trunk/commons/qa/wsf/c/TestFramework/output/NoTimestamp_service.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/NoTimestamp_service.expected    
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,9 @@
+Using endpoint : http://localhost:9090/axis2/services/no_ts_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Response has a SOAP fault
+
+Returned SOAP fault: 
<soapenv:Fault><soapenv:Code><soapenv:Value>soapenv:Sender</soapenv:Value><soapenv:Subcode><soapenv:Value>wsse:InvalidSecurityToken</soapenv:Value></soapenv:Subcode></soapenv:Code><soapenv:Reason><soapenv:Text
 xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace";>Timestamp 
should not be in the message 
</soapenv:Text></soapenv:Reason><soapenv:Detail><wsse:ProblemSecurityHeader 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>wsse:Timestamp</wsse:ProblemSecurityHeader></soapenv:Detail></soapenv:Fault>
+echo client invoke FAILED!

Added: trunk/commons/qa/wsf/c/TestFramework/output/Notimestamp_client.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/Notimestamp_client.expected     
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,9 @@
+Using endpoint : http://localhost:9090/axis2/services/sec_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Response has a SOAP fault
+
+Returned SOAP fault: 
<soapenv:Fault><soapenv:Code><soapenv:Value>soapenv:Sender</soapenv:Value><soapenv:Subcode><soapenv:Value>wsse:FailedCheck</soapenv:Value></soapenv:Subcode></soapenv:Code><soapenv:Reason><soapenv:Text
 xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace";>Timestamp token 
required. Cannot find in the security 
header</soapenv:Text></soapenv:Reason><soapenv:Detail><wsse:ProblemSecurityHeader
 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>wsse:InvalidSecurity</wsse:ProblemSecurityHeader></soapenv:Detail></soapenv:Fault>
+echo client invoke FAILED!

Modified: trunk/commons/qa/wsf/c/TestFramework/output/echo.expected
==============================================================================
--- trunk/commons/qa/wsf/c/TestFramework/output/echo.expected   (original)
+++ trunk/commons/qa/wsf/c/TestFramework/output/echo.expected   Sun Dec  2 
21:06:43 2007
@@ -1,13 +1,13 @@
-Using endpoint : http://localhost:9090/axis2/services/echo
-
-Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
-
-Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
-
-echo client invoke SUCCESSFUL!
-
-Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
-
-Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
-
-echo client invoke SUCCESSFUL!
+Using endpoint : http://localhost:9090/axis2/services/echo
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
+
+echo client invoke SUCCESSFUL!
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking.expected  Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,7 @@
+Using endpoint : http://localhost:9090/axis2/services/echo
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_addr.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_addr.expected     
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,7 @@
+Using endpoint : http://localhost:9090/axis2/services/echo
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_dual.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_dual.expected     
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,7 @@
+Using endpoint : http://localhost:9090/axis2/services/echo
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_soap11.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/echo_blocking_soap11.expected   
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,7 @@
+Using endpoint : http://localhost:9090/axis2/services/echo
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/echo_non_blocking.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/echo_non_blocking.expected      
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,7 @@
+Using endpoint : http://localhost:9090/axis2/services/echo
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <soapenv:Envelope 
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";><soapenv:Header/><soapenv:Body><ns1:echoString
 xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString></soapenv:Body></soapenv:Envelope>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/echo_rest.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/echo_rest.expected      Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,7 @@
+Using endpoint : http://localhost:9090/axis2/services/echo/echoString
+
+Sending OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/services/echo";><text>Hello 
World!</text></ns1:echoString>
+
+Received OM : <ns1:echoString 
xmlns:ns1="http://ws.apache.org/axis2/c/samples";><text>Hello 
World!</text></ns1:echoString>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/encryption.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/encryption.expected     Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,8 @@
+Using endpoint : http://localhost:9090/axis2/services/enc_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Received OM : <ns1:RecievedNode 
xmlns:ns1="http://ws.apache.org/axis2/rampart/samples";><LocalName>echoIn</LocalName></ns1:RecievedNode>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/encryption_basic256.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/encryption_basic256.expected    
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,8 @@
+Using endpoint : http://localhost:9090/axis2/services/enc_basic256_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Received OM : <ns1:RecievedNode 
xmlns:ns1="http://ws.apache.org/axis2/rampart/samples";><LocalName>echoIn</LocalName></ns1:RecievedNode>
+
+echo client invoke SUCCESSFUL!

Added: 
trunk/commons/qa/wsf/c/TestFramework/output/encryption_wrong_algo.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/encryption_wrong_algo.expected  
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,9 @@
+Using endpoint : http://localhost:9090/axis2/services/enc_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Response has a SOAP fault
+
+Returned SOAP fault: 
<soapenv:Fault><soapenv:Code><soapenv:Value>soapenv:Sender</soapenv:Value><soapenv:Subcode><soapenv:Value>wsse:InvalidSecurity</soapenv:Value></soapenv:Subcode></soapenv:Code><soapenv:Reason><soapenv:Text
 xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace";>The key is 
encrypted with the wrong 
algorithm</soapenv:Text></soapenv:Reason><soapenv:Detail><wsse:ProblemSecurityHeader
 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>xenc:EncryptedKey</wsse:ProblemSecurityHeader></soapenv:Detail></soapenv:Fault>
+echo client invoke FAILED!

Added: trunk/commons/qa/wsf/c/TestFramework/output/google.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/google.expected Sun Dec  2 
21:06:43 2007
@@ -0,0 +1,6 @@
+Using endpoint : http://api.google.com/search/beta2
+
+Invoking operation doSpellingSuggestion with params 
ixSzAkNQFHJMnjkRrzChE6CTHyYFHOJY and salvasion
+<ns1:doSpellingSuggestion 
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:ns1="urn:GoogleSearch" 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/1999/XMLSchema";><key 
xsi:type="xsd:string">ixSzAkNQFHJMnjkRrzChE6CTHyYFHOJY</key><phrase 
xsi:type="xsd:string">salvasion</phrase></ns1:doSpellingSuggestion>
+
+Result = salvation

Modified: trunk/commons/qa/wsf/c/TestFramework/output/math.expected
==============================================================================
--- trunk/commons/qa/wsf/c/TestFramework/output/math.expected   (original)
+++ trunk/commons/qa/wsf/c/TestFramework/output/math.expected   Sun Dec  2 
21:06:43 2007
@@ -1,5 +1,5 @@
-Using endpoint : http://localhost:9090/axis2/services/math
-
-Invoking operation add with params 10 and 111
-
-Result = 121
+Using endpoint : http://localhost:9090/axis2/services/math
+
+Invoking operation add with params 10 and 111
+
+Result = 121

Added: trunk/commons/qa/wsf/c/TestFramework/output/math_dev.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/math_dev.expected       Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,5 @@
+Using endpoint : http://localhost:9090/axis2/services/math
+
+Invoking operation dev with params 100 and 11
+
+Result = (null)

Added: trunk/commons/qa/wsf/c/TestFramework/output/math_mul.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/math_mul.expected       Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,5 @@
+Using endpoint : http://localhost:9090/axis2/services/math
+
+Invoking operation mul with params 10 and 1.11
+
+Result = 10

Added: trunk/commons/qa/wsf/c/TestFramework/output/math_sub.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/math_sub.expected       Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,5 @@
+Using endpoint : http://localhost:9090/axis2/services/math
+
+Invoking operation sub with params 10 and 111
+
+Result = -101

Added: trunk/commons/qa/wsf/c/TestFramework/output/math_wrong_URL.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/math_wrong_URL.expected Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,5 @@
+Using endpoint : http://localhost:9090/axis2/services/echo
+
+Invoking operation add with params 10 and 111
+
+Result = (null)

Added: trunk/commons/qa/wsf/c/TestFramework/output/math_wrong_operation.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/math_wrong_operation.expected   
Sun Dec  2 21:06:43 2007
@@ -0,0 +1,5 @@
+Using endpoint : http://localhost:9090/axis2/services/math
+
+Invoking operation addd with params 10 and 111
+
+Result = (null)

Added: 
trunk/commons/qa/wsf/c/TestFramework/output/no_username_token_client.expected
==============================================================================
--- (empty file)
+++ 
trunk/commons/qa/wsf/c/TestFramework/output/no_username_token_client.expected   
    Sun Dec  2 21:06:43 2007
@@ -0,0 +1,9 @@
+Using endpoint : http://localhost:9090/axis2/services/ut_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Response has a SOAP fault
+
+Returned SOAP fault: 
<soapenv:Fault><soapenv:Code><soapenv:Value>soapenv:Sender</soapenv:Value><soapenv:Subcode><soapenv:Value>wsse:FailedCheck</soapenv:Value></soapenv:Subcode></soapenv:Code><soapenv:Reason><soapenv:Text
 xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace";>Username token 
required. Cannot find in the security 
header</soapenv:Text></soapenv:Reason><soapenv:Detail><wsse:ProblemSecurityHeader
 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>wsse:InvalidSecurity</wsse:ProblemSecurityHeader></soapenv:Detail></soapenv:Fault>
+echo client invoke FAILED!

Added: trunk/commons/qa/wsf/c/TestFramework/output/notify.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/notify.expected Sun Dec  2 
21:06:43 2007
@@ -0,0 +1,5 @@
+Using endpoint : http://localhost:9090/axis2/services/notify
+
+Sending OM node in XML : <m:notify 
xmlns:m="http://example.org/notify";>notify5</m:notify> 
+
+notify client invoke SUCCESSFUL!

Modified: trunk/commons/qa/wsf/c/TestFramework/output/sec_echo.expected
==============================================================================
--- trunk/commons/qa/wsf/c/TestFramework/output/sec_echo.expected       
(original)
+++ trunk/commons/qa/wsf/c/TestFramework/output/sec_echo.expected       Sun Dec 
 2 21:06:43 2007
@@ -1,6 +1,8 @@
-client_home= /home/dushshantha/wsfc_1.1.0/wso2-wsf-c-src-1.1.0/deploy
-Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
-
-Received OM : <ns1:RecievedNode 
xmlns:ns1="http://ws.apache.org/axis2/rampart/samples";><LocalName>echoIn</LocalName></ns1:RecievedNode>
-
-echo client invoke SUCCESSFUL!
+Using endpoint : http://localhost:9090/axis2/services/sec_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Received OM : <ns1:RecievedNode 
xmlns:ns1="http://ws.apache.org/axis2/rampart/samples";><LocalName>echoIn</LocalName></ns1:RecievedNode>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/username_token.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/username_token.expected Sun Dec 
 2 21:06:43 2007
@@ -0,0 +1,8 @@
+Using endpoint : http://localhost:9090/axis2/services/ut_echo
+Using client_home : 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+client_home= 
C:\wsfc_1.2.0\wso2-wsf-c-src-1.2.0\wso2-wsf-c-bin-1.2.0-win32\client_repo
+Sending OM : <ns1:echoIn 
xmlns:ns1="http://ws.apache.org/rampart/c/samples";><text>Hello</text></ns1:echoIn>
+
+Received OM : <ns1:RecievedNode 
xmlns:ns1="http://ws.apache.org/axis2/rampart/samples";><LocalName>echoIn</LocalName></ns1:RecievedNode>
+
+echo client invoke SUCCESSFUL!

Added: trunk/commons/qa/wsf/c/TestFramework/output/yahoo.expected
==============================================================================
--- (empty file)
+++ trunk/commons/qa/wsf/c/TestFramework/output/yahoo.expected  Sun Dec  2 
21:06:43 2007
@@ -0,0 +1,160 @@
+using endpoint http://search.yahooapis.com/WebSearchService/V1/webSearch 
+
+
+
+
+       <Title>The Latest Stock Quotes, Market News &amp;amp; Mortgage Rates - 
Yahoo! Finance</Title>
+       <Summary>Manage the market and your money with Yahoo! Finance. Includes 
stock market quotes, business news, mutual funds, online bill pay, banking 
tools, loans, insurance, retirement planning, and tax tips and advice.</Summary>
+       <Url>http://finance.yahoo.com/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ANk_dmMwF;_ylu=X3oDMTB2b2gzdDdtBGNvbG8DZQRsA1dTMQRwb3MDMQRzZWMDc3IEdnRpZAM-/SIG=19slgua14/EXP=1196142958/**http%3A//rdre1.yahoo.com/click%3Fu=http%3A//us.rd.yahoo.com/evt%253D54184/*http%3A//finance.yahoo.com%26y=04333F200C953B8CDC%26i=482%26c=44544%26q=02%255ESSHPM%255BL7yvq~q%257Cz6%26e=utf-8%26r=0%26d=wow~WBSV-en-us%26n=K93KG7J05554F8TG%26s=13%26t=%26m=474A5FEE%26x=053E3853BFE53F5C925CBABC57AB9FFC76</ClickUrl>
+       <DisplayUrl>finance.yahoo.com/</DisplayUrl>
+       <ModificationDate>1195545600</ModificationDate>
+       <MimeType>text/html</MimeType>
+
+
+
+
+       <Title>Yahoo! Finance UK - FTSE, Stock Exchange, Mortgages, Loans 
&amp;amp; More</Title>
+       <Summary>Latest stock quotes, investments, loans, insurance, personal 
banking, and more.</Summary>
+       <Url>http://uk.finance.yahoo.com/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AOE_dmMwF;_ylu=X3oDMTB2dnY0Nm1iBGNvbG8DZQRsA1dTMQRwb3MDMgRzZWMDc3IEdnRpZAM-/SIG=11g6p1fmb/EXP=1196142958/**http%3A//uk.finance.yahoo.com/</ClickUrl>
+       <DisplayUrl>uk.finance.yahoo.com/</DisplayUrl>
+       <ModificationDate>1195891200</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AOU_dmMwF;_ylu=X3oDMTBwbGppbHRwBGNvbG8DZQRwb3MDMgRzZWMDc3IEdnRpZAM-/SIG=15emte4ap/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=uk.finance.yahoo.com/%26w=finance%26d=Uh6csPL9P2SJ%26icp=1%26.intl=us</Url><Size>73379</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AOU_dmMwF;_ylu=X3oDMTBwbGppbHRwBGNvbG8DZQRwb3MDMgRzZWMDc3IEdnRpZAM-/SIG=15emte4ap/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=uk.finance.yahoo.com/%26w=finance%26d=Uh6csPL9P2SJ%26icp=1%26.intl=us</Url><Size>73379</Size></Cache>
+       
+
+
+
+
+
+       <Title>Finance - Wikipedia, the free encyclopedia</Title>
+       <Summary>Finance studies and addresses the ways in which individuals, 
businesses, and ... The term &quot;finance&quot; may thus incorporate any of 
the following: ...</Summary>
+       <Url>http://en.wikipedia.org/wiki/Finance</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AO0_dmMwF;_ylu=X3oDMTB2c2Zzc202BGNvbG8DZQRsA1dTMQRwb3MDMwRzZWMDc3IEdnRpZAM-/SIG=11om705td/EXP=1196142958/**http%3A//en.wikipedia.org/wiki/Finance</ClickUrl>
+       <DisplayUrl>en.wikipedia.org/wiki/Finance</DisplayUrl>
+       <ModificationDate>1195891200</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0APE_dmMwF;_ylu=X3oDMTBwbTJyZTk4BGNvbG8DZQRwb3MDMwRzZWMDc3IEdnRpZAM-/SIG=15ma419rb/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=en.wikipedia.org/wiki/Finance%26w=finance%26d=CqcfEvL9P2N5%26icp=1%26.intl=us</Url><Size>80055</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0APE_dmMwF;_ylu=X3oDMTBwbTJyZTk4BGNvbG8DZQRwb3MDMwRzZWMDc3IEdnRpZAM-/SIG=15ma419rb/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=en.wikipedia.org/wiki/Finance%26w=finance%26d=CqcfEvL9P2N5%26icp=1%26.intl=us</Url><Size>80055</Size></Cache>
+       
+
+
+
+
+
+       <Title>Google Finance</Title>
+       <Summary>Google Finance offers the latest financial headlines and 
market news.</Summary>
+       <Url>http://finance.google.com/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0APk_dmMwF;_ylu=X3oDMTB2bGViN2ZsBGNvbG8DZQRsA1dTMQRwb3MDNARzZWMDc3IEdnRpZAM-/SIG=11eq1nfpt/EXP=1196142958/**http%3A//finance.google.com/</ClickUrl>
+       <DisplayUrl>finance.google.com/</DisplayUrl>
+       <ModificationDate>1195977600</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AP0_dmMwF;_ylu=X3oDMTBwZTk1MWZqBGNvbG8DZQRwb3MDNARzZWMDc3IEdnRpZAM-/SIG=15c5uuapp/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=finance.google.com/%26w=finance%26d=F-VRW_L9P2S5%26icp=1%26.intl=us</Url><Size>69954</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AP0_dmMwF;_ylu=X3oDMTBwZTk1MWZqBGNvbG8DZQRwb3MDNARzZWMDc3IEdnRpZAM-/SIG=15c5uuapp/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=finance.google.com/%26w=finance%26d=F-VRW_L9P2S5%26icp=1%26.intl=us</Url><Size>69954</Size></Cache>
+       
+
+
+
+
+
+       <Title>Business, financial, personal finance news - CNNMoney</Title>
+       <Summary>CNN and Money Magazine combine business news, stock quotes, 
and financial market coverage with personal finance advice, tools, and 
investing tips.</Summary>
+       <Url>http://money.cnn.com/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AQU_dmMwF;_ylu=X3oDMTB2bzBpdmkxBGNvbG8DZQRsA1dTMQRwb3MDNQRzZWMDc3IEdnRpZAM-/SIG=119ubbpk3/EXP=1196142958/**http%3A//money.cnn.com/</ClickUrl>
+       <DisplayUrl>money.cnn.com/</DisplayUrl>
+       <ModificationDate>1195891200</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AQk_dmMwF;_ylu=X3oDMTBwMHMxbzJlBGNvbG8DZQRwb3MDNQRzZWMDc3IEdnRpZAM-/SIG=157c2tc55/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=money.cnn.com/%26w=finance%26d=aymqfvL9P2Oh%26icp=1%26.intl=us</Url><Size>74392</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AQk_dmMwF;_ylu=X3oDMTBwMHMxbzJlBGNvbG8DZQRwb3MDNQRzZWMDc3IEdnRpZAM-/SIG=157c2tc55/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=money.cnn.com/%26w=finance%26d=aymqfvL9P2Oh%26icp=1%26.intl=us</Url><Size>74392</Size></Cache>
+       
+
+
+
+
+
+       <Title>finance</Title>
+       <Summary/><Url>http://finance.google.com/finance?tab=we</Url>
+       <Url>http://finance.google.com/finance?tab=we</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ARE_dmMwF;_ylu=X3oDMTB2bWNrYzd0BGNvbG8DZQRsA1dTMQRwb3MDNgRzZWMDc3IEdnRpZAM-/SIG=11ujf586g/EXP=1196142958/**http%3A//finance.google.com/finance%3Ftab=we</ClickUrl>
+       <DisplayUrl>finance.google.com/finance?tab=we</DisplayUrl>
+       <ModificationDate>1195977600</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ARU_dmMwF;_ylu=X3oDMTBwdm8xbDBiBGNvbG8DZQRwb3MDNgRzZWMDc3IEdnRpZAM-/SIG=162ufq2qe/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=finance.google.com/finance%253Ftab%253Dwe%26w=finance%26d=Ef-SnfL9P2a_%26icp=1%26.intl=us</Url><Size>68065</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ARU_dmMwF;_ylu=X3oDMTBwdm8xbDBiBGNvbG8DZQRwb3MDNgRzZWMDc3IEdnRpZAM-/SIG=162ufq2qe/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=finance.google.com/finance%253Ftab%253Dwe%26w=finance%26d=Ef-SnfL9P2a_%26icp=1%26.intl=us</Url><Size>68065</Size></Cache>
+       
+
+
+
+
+
+       <Title>Yahoo!7 Finance</Title>
+       <Summary>Free sharemarket information, financial news, glossaries and 
guides to help you learn about Australian and international markets.</Summary>
+       <Url>http://au.finance.yahoo.com/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AR0_dmMwF;_ylu=X3oDMTB2anFtOTBnBGNvbG8DZQRsA1dTMQRwb3MDNwRzZWMDc3IEdnRpZAM-/SIG=11gnci3fc/EXP=1196142958/**http%3A//au.finance.yahoo.com/</ClickUrl>
+       <DisplayUrl>au.finance.yahoo.com/</DisplayUrl>
+       <ModificationDate>1195977600</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ASE_dmMwF;_ylu=X3oDMTBwYzVtbTc0BGNvbG8DZQRwb3MDNwRzZWMDc3IEdnRpZAM-/SIG=15eho90kf/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=au.finance.yahoo.com/%26w=finance%26d=aVsWa_L9P2U2%26icp=1%26.intl=us</Url><Size>46920</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ASE_dmMwF;_ylu=X3oDMTBwYzVtbTc0BGNvbG8DZQRwb3MDNwRzZWMDc3IEdnRpZAM-/SIG=15eho90kf/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=au.finance.yahoo.com/%26w=finance%26d=aVsWa_L9P2U2%26icp=1%26.intl=us</Url><Size>46920</Size></Cache>
+       
+
+
+
+
+
+       <Title>Yahoo! Finance India</Title>
+       <Summary>Features local and international markets including the BSE 
Sensex and news headlines.</Summary>
+       <Url>http://in.finance.yahoo.com/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ASk_dmMwF;_ylu=X3oDMTB2dWNjdTY4BGNvbG8DZQRsA1dTMQRwb3MDOARzZWMDc3IEdnRpZAM-/SIG=11g33bdms/EXP=1196142958/**http%3A//in.finance.yahoo.com/</ClickUrl>
+       <DisplayUrl>in.finance.yahoo.com/</DisplayUrl>
+       <ModificationDate>1195891200</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AS0_dmMwF;_ylu=X3oDMTBwbnBydmMxBGNvbG8DZQRwb3MDOARzZWMDc3IEdnRpZAM-/SIG=15eo5m4o9/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=in.finance.yahoo.com/%26w=finance%26d=S-7S4_L9P2Zd%26icp=1%26.intl=us</Url><Size>45475</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AS0_dmMwF;_ylu=X3oDMTBwbnBydmMxBGNvbG8DZQRwb3MDOARzZWMDc3IEdnRpZAM-/SIG=15eo5m4o9/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=in.finance.yahoo.com/%26w=finance%26d=S-7S4_L9P2Zd%26icp=1%26.intl=us</Url><Size>45475</Size></Cache>
+       
+
+
+
+
+
+       <Title>Finance and Investment in the Yahoo! Directory</Title>
+       <Summary>... and companies dedicated to finance and investment tips, 
strategies, analyses, ... Personal finance site featuring sections on 
investing, banking, financial ...</Summary>
+       
<Url>http://dir.yahoo.com/Business_and_Economy/Finance_and_Investment/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ATU_dmMwF;_ylu=X3oDMTB2Zmc2bnRtBGNvbG8DZQRsA1dTMQRwb3MDOQRzZWMDc3IEdnRpZAM-/SIG=12s01vfud/EXP=1196142958/**http%3A//dir.yahoo.com/Business_and_Economy/Finance_and_Investment/%3Fskw=</ClickUrl>
+       
<DisplayUrl>dir.yahoo.com/Business_and_Economy/Finance_and_Investment/?skw=</DisplayUrl>
+       <ModificationDate>1195977600</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ATk_dmMwF;_ylu=X3oDMTBwdTQxbTI5BGNvbG8DZQRwb3MDOQRzZWMDc3IEdnRpZAM-/SIG=16j2ub5v1/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=dir.yahoo.com/Business_and_Economy/Finance_and_Investment/%26w=finance%26d=FG9sTfL9P2jB%26icp=1%26.intl=us</Url><Size>17174</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0ATk_dmMwF;_ylu=X3oDMTBwdTQxbTI5BGNvbG8DZQRwb3MDOQRzZWMDc3IEdnRpZAM-/SIG=16j2ub5v1/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=dir.yahoo.com/Business_and_Economy/Finance_and_Investment/%26w=finance%26d=FG9sTfL9P2jB%26icp=1%26.intl=us</Url><Size>17174</Size></Cache>
+       
+
+
+
+
+
+       <Title>Finance</Title>
+       <Summary>Deals with federal bonds, the customs service and related 
issues, public moneys, revenue sharing, several health programs provided by the 
government, social ...</Summary>
+       <Url>http://finance.senate.gov/</Url>
+       
<ClickUrl>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AUE_dmMwF;_ylu=X3oDMTEwM2lzbnRtBGNvbG8DZQRsA1dTMQRwb3MDMTAEc2VjA3NyBHZ0aWQD/SIG=11ea1s3lm/EXP=1196142958/**http%3A//finance.senate.gov/</ClickUrl>
+       <DisplayUrl>finance.senate.gov/</DisplayUrl>
+       <ModificationDate>1195977600</ModificationDate>
+       <MimeType>text/html</MimeType>
+       
+<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AUU_dmMwF;_ylu=X3oDMTBxcGs5ZDY0BGNvbG8DZQRwb3MDMTAEc2VjA3NyBHZ0aWQD/SIG=15cg1h2kb/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=finance.senate.gov/%26w=finance%26d=Ua3YGvL9P2SE%26icp=1%26.intl=us</Url><Size>16743</Size></Cache>
+       
<Cache><Url>http://uk.wrs.yahoo.com/_ylt=A9htfSHuX0pHKX0AUU_dmMwF;_ylu=X3oDMTBxcGs5ZDY0BGNvbG8DZQRwb3MDMTAEc2VjA3NyBHZ0aWQD/SIG=15cg1h2kb/EXP=1196142958/**http%3A//216.109.125.130/search/cache%3Fei=UTF-8%26appid=YahooDemo%26query=finance%26u=finance.senate.gov/%26w=finance%26d=Ua3YGvL9P2SE%26icp=1%26.intl=us</Url><Size>16743</Size></Cache>
+       
+
+
+
+
+Yahoo REST client invoke SUCCESSFUL!

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to