Hi Javier,
2011/8/17 Javier Sánchez
> Hi Harshana,
>
> Thx a lot!, what you described was exactly the problem I was facing. Now I
> have 2 projects, one for the server and one for the client, the wizard is
> working pretty well.
>
Cool :)
Thanks and Regards,
Harshana
>
> Best regards
> Javie
Hi Harshana,
Thx a lot!, what you described was exactly the problem I was facing. Now I
have 2 projects, one for the server and one for the client, the wizard is
working pretty well.
Best regards
Javier
On Wed, Aug 17, 2011 at 5:38 PM, Harshana Eranga Martin <
harshan...@gmail.com> wrote:
> H
Hi Javier,
2011/8/17 Javier Sánchez
> Hi,
>
> I am having problems creating my first client side stubs (axis2 1.6.0
> with service and code generator wizards). I am using a simple class:
>
> package com.wsexample;
>
> public class Temp {
> public double c2fConvertion(double cValue) {
>
Hi Harsana,
Yes, I am using Eclipse wizards.
Regards
Javier
On Wed, Aug 17, 2011 at 4:54 PM, Harshana Eranga Martin <
harshan...@gmail.com> wrote:
> Hi Javier,
>
> I assume you are using Eclipse code generation wizard. Can you confirm?
>
> Thanks and Regards,
> Harshana
>
> 2011/8/17 Javier Sán
Hi Javier,
I assume you are using Eclipse code generation wizard. Can you confirm?
Thanks and Regards,
Harshana
2011/8/17 Javier Sánchez
> Hi,
>
> I am having problems creating my first client side stubs (axis2 1.6.0
> with service and code generator wizards). I am using a simple class:
>
> p
Hi,
I am having problems creating my first client side stubs (axis2 1.6.0 with
service and code generator wizards). I am using a simple class:
package com.wsexample;
public class Temp {
public double c2fConvertion(double cValue) {
return ((cValue * 9.0)/5.0 )+ 32.0;
}
publ