Hi all,

These days i am working on Automatically Generating Client code. Now i able
to generate Client Code using String Template. For That i Used previously
Used String Template file with Some Modification.

Now project can generate the Stub file and automatically generate the
Client Based on the WSDL and Stub. Also generated Client can be used as
Library to Robot Framework to implement keyword driven testing. Also it's
possible to invoke Admin services and Assert the operation.

With all of these modification i create the new Project and committed to
the Git Repo. It is available at here.

https://github.com/ruks/Automated-test-case-generation-tool/tree/991e6e21927288d237c0a8d1985b7d2787f91a9b/Auto-TAF

Then for the next few days i'm hoping to understand the Robot Framework
scripting in depth to verify whether we can improve Robot framework
scripting.


Thanks and regards.


On Sun, Jun 8, 2014 at 12:17 AM, Rukshan Chathuranga <rcruksha...@gmail.com>
wrote:

> Hi all,
>
>
> These days i am working on solving the problems that are occurred during
> the Client Generation. These exceptions are occurred when using the
> "cxf-codegen-plugin" with wsdl2java. As a alternative solution, i decided
> to understand the existing service stub generating procedure to generate
> Stub code. And then generate Client code that could be use as Library to
> Robot Framework.
>
> For that i refereed these two
>
> https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/service-stubs/
> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/service-stubs/
>
>                  repositories to generate Stub sources to support my
> requirement. up to now i could be able to generate Stub code for WSDL
> listed in these repositories.
>
> Also the main problem had earlier the "certificate Exception" occurred
> initiating Client, could be solved by setting up certificate file properly
> in system property.
>
> Now Robot framework able to run test case with authenticate and invoke
> some basic admin service that are hard coded as Library to Robot framework.
>
> Thus my next step is to Generate this Library Classes Automatically based
> on the WSDL file and provide to the Robot framework as Library. For this I
> decided to use my previous method that used String Template to generate
> Library Files, with few modification.
>
> Thanks and regards.
>
> --
> Department Of Computer Science & Engineering,
> Faculty Of Engineering,
> University Of Moratuwa.
> Sri lanka
> WEB: http://rukspot.com/
>
>


-- 
Department Of Computer Science & Engineering,
Faculty Of Engineering,
University Of Moratuwa.
Sri lanka.
WEB: http://rukspot.com/
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to