Re: .NET service problem

2011-01-08 Thread Amila Suriarachchi
try with the wsdl2java tool of the axis2 1.5.4 which you can find from here[1] thanks, Amila. [1] http://axis.apache.org/axis2/java/core/download.cgi On Fri, Jan 7, 2011 at 12:11 AM, Jan Agermose wrote: > hi > > > > New to WS and Java im a bit on deap water :) Im trying to have my IntelliJ > c

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

Re: Deploying Axis2 on IBM p720

2011-01-08 Thread Amila Suriarachchi
On Fri, Jan 7, 2011 at 7:36 PM, April Easton wrote: > I downloaded the snapshot axis2-SNAPSHOT.jar and renamed all the axis2 > 1.5.3 jars to .old. The log4j error is gone and the axis2 Happiness Page > comes up valid, but now I get the following error and the services won't > load: > > [ERROR] Cl

Re: Eclipse + axis2 + wsdl = Undefined ConverterUtil.convertTo

2011-01-08 Thread Amila Suriarachchi
On Sat, Jan 8, 2011 at 1:21 AM, José Renato wrote: > Christopher, thanks for this quick answer! Actually I tried this approach > as well. The generated stub has the same undefined methods poiting to > ConverterUtil using the built in axis2 comand line. Mate, any other valuable > suggestion? > Th

Re: Date string can not be less than 19 charactors

2011-01-08 Thread Amila Suriarachchi
On Thu, Jan 6, 2011 at 4:34 PM, Chinmoy Chakraborty wrote: > Hello, > > I am getting error "date string can not be less than 19 charactors" while > returning a date from a published service. I am using Axis2 1.5.1. > > Could anyone give me a pointer about what causes this error? > How you have cr

Re: TransportOutDescription problem while logging in : NullPointerException

2011-01-08 Thread Amila Suriarachchi
What is the Axis2 version you use? Can you please test with a nightly build? The actual problem is not the null pointer exception. it comes since there is another problem which make transportOut null. Can you run the code just commenting out the finally block? thanks, Amila. On Thu, Jan 6, 2011