On Fri, May 14, 2010 at 1:16 AM, Nadir Amra <[email protected]> wrote: > In Axis C++ we had a test framework built around ant where a test entails: > > - start java mock server with canned response file > - the Web service client application gets created (entails generating > stubs against a WSDL,, compiling and building client application) > - The client application is invoked, client sends request and the > response is written to stdout. > - The response is captured and compared with a "good"response output > that was previously generated and FAIL or SUCCESS is posted to a file. In > addition, it is possible to compare the request/response streams that is > sent received. > > > Is there such a framework in AXIS2/C? If not, I am thinking that we > should bring that forward and tailor it to axis2/C. Any objections? >
+1 for adding the test framework. Regards Nandika > > Nadir Amra > Integrated Web Services for IBM i Operating System > Internet: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- http://nandikajayawardana.blogspot.com/ WSO2 Inc: http://www.wso2.com
