| <?xml version="1.0" encoding="UTF-8"?> |
| <?xml-stylesheet type="text/xsl" href="../../../../wtp.xsl"?> |
| <html> |
| <head> |
| <meta name="root" content="../../../../../" /> |
| <title>Testing Web Service Ant Tasks</title> |
| </head> |
| <dd /> |
| |
| |
| <body> |
| <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> |
| <h2>Test cases</h2> |
| <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> |
| </body> |
| </html> |