Work in progress:

Aims:

interface -> wsdl -> generated code -> modify code -> deploy -> test and get result.

feel free to contribute

you should have setup your command line tools before you continue with this seeUsing Command Line Tools.

Starting With An Interface

We need an interface to define our service. My interface will retrieve pictures of students from a database. Here it is

public interface StudentPhotoService {
{{{   public abstract byte[] getImage(String id); 

}

Compiling this interface will produce a .class file. To generate a .wsdl we need to point java2wsdl to this file. We also need to set another couple of parameters


further stuff when we get a wiki that supports tables

<table> <tr> <th> Heading</th> </tr> </table>

AxisProjectPages/CreateWebServices (last edited 2009-09-20 23:31:53 by localhost)