Re: Axis2 service archiver plugin for Eclipse

2007-07-23 Thread carles massalle
Thanks Lahiru, now it works! I didn't know that's tutorial. It has been very useful for me. carles On 7/23/07, Lahiru Sandakith [EMAIL PROTECTED] wrote: Hi Chrles, In order to generate the service from the SampleService using the eclipse service archive we need to supply the dependent

Axis2 service archiver plugin for Eclipse

2007-07-22 Thread carles massalle
Hi I'm a newbie with Axis2. I tried to do the example sayHello to understand how to use axiom (http://ws.apache.org/axis2/1_2/userguide-buildingservices.html#getcomfortable). package ws.carles; //I use my own package import javax.xml.stream.XMLStreamException; import

Axis2 service archiver plugin for Eclipse

2007-07-22 Thread carles massalle
Hi I'm a newbie with Axis2. I tried to do the example sayHello to understand how to use axiom (http://ws.apache.org/axis2/1_2/userguide-buildingservices.html#getcomfortable). package ws.carles; //I use my own package import javax.xml.stream.XMLStreamException; import

Re: Axis2 service archiver plugin for Eclipse

2007-07-22 Thread Lahiru Sandakith
Hi Chrles, In order to generate the service from the SampleService using the eclipse service archive we need to supply the dependent libraries of the SampleService to the Eclipse Service Archiver at the Step 4 ( http://ws.apache.org/axis2/tools/1_2/eclipse/servicearchiver-plugin.html) Please