Re: aspx service parameter error

2011-01-10 Thread Risto Alt
Thank you very much Amila. That did the trick. Rgs, Risto From: Amila Suriarachchi Sent: Saturday, January 08, 2011 3:51 PM To: java-user@axis.apache.org Subject: Re: aspx service parameter error It seems you use Axis 1.x. Can you please try with Axis2 1.5.4 ? thanks, Amila. 2011/1/7

Re: aspx service parameter error

2011-01-08 Thread Amila Suriarachchi
It seems you use Axis 1.x. Can you please try with Axis2 1.5.4 ? thanks, Amila. 2011/1/7 Risto Alt > Hi, > > I have a strage problem. > I need to invoke a .aspx webservice from Java. > > Everything works fine for service methods that don't take any parameters. > But for methods that need some

aspx service parameter error

2011-01-06 Thread Risto Alt
Hi, I have a strage problem. I need to invoke a .aspx webservice from Java. Everything works fine for service methods that don't take any parameters. But for methods that need some input parameter I get an error that system can't find provided parameter. Does anyone know what can be the problem