| <html> |
| <head> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <link rel="stylesheet" href="../../../../..//default_style.css" type="text/css"> |
| <link rel="stylesheet" href="../../../../..//webtools/wtp.css" type="text/css"> |
| <title>Testing Web Service Ant Tasks</title> |
| </head> |
| <body> |
| <table width="100%" cellspacing="5" cellpadding="2" border="0"> |
| <col width="16"> |
| <col width="*"> |
| <tbody> |
| <tr> |
| <td valign="top" align="right"> </td><td valign="top"> |
| <p> |
| |
| <h1>Testing Web Service and Client Generation Using Ant Tasks</h1> |
| |
| <p> |
| Creating bottom up and top down Web services and web service clients using Ant tasks |
| in the Eclipse workbench and at the command line in headless Eclipse mode. |
| </p> |
| |
| </p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top" bgcolor="#0080c0" align="left" colspan="2"><b><font face="Arial,Helvetica" color="#ffffff">Test cases</font></b></td> |
| </tr> |
| <tr> |
| <td valign="top" align="right"> </td><td valign="top"> |
| <p> |
| |
| <table border="1"> |
| |
| <tr> |
| |
| <th>Test#</th> |
| <th>Test Case</th> |
| <th>Runtime Location</th> |
| <th>Server/State</th> |
| <th>Details</th> |
| |
| |
| </tr> |
| |
| <tr> |
| |
| <td>1</td> |
| <td> |
| <a href="../scenarios/ant/antwizard.html"> |
| Wizard - Import Ant files |
| </a> |
| </td> |
| <td>Eclipse Workbench</td> |
| <td>N/A</td> |
| <td>Import Ant script and properties files to workspace.</td> |
| |
| </tr> |
| |
| <tr> |
| |
| <td>2</td> |
| <td> |
| <a href="../scenarios/ant/anttd.html"> |
| Top down Java Web Service - Axis |
| </a> |
| </td> |
| <td>Eclipse workbench</td> |
| <td>Existing/Running</td> |
| <td>Generate web service from WSDL using Ant build dialog within Eclipse workbench.</td> |
| |
| </tr> |
| |
| <tr> |
| |
| <td>3</td> |
| <td> |
| <a href="../scenarios/ant/antbu.html"> |
| Bottom up Java Web Service - Axis |
| </a> |
| </td> |
| <td>Eclipse headless - cmd line</td> |
| <td>Existing/Running</td> |
| <td>Generate web service from Java source using command line batch file and Ant script.</td> |
| |
| |
| </tr> |
| |
| <tr> |
| |
| <td>4</td> |
| <td> |
| <a href="../scenarios/ant/antclient.html"> |
| Generate Java Client - Axis |
| </a> |
| </td> |
| <td>Eclipse headless - cmd line</td> |
| <td>Existing/stopped</td> |
| <td>Generate proxy from WSDL using command line batch file and Ant script</td> |
| |
| </tr> |
| |
| </table> |
| |
| </p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </body> |
| </html> |