Re: FW: Question on REST and Axis 1.3

2010-12-20 Thread Andreas Veithen
There are lots of questions posted to the mailing list that remain unanswered (and Axis2 is no different than other Open Source projects in that respect). In most cases, this is not because nobody knows the answer [1], but because the questions are not asked in a smart way. You may find it useful t

Re: Axis2 1.5.3 - Maven repos missing axis2-1.5.3.jar

2010-12-20 Thread Andreas Veithen
On Mon, Dec 20, 2010 at 21:24, David Rees wrote: > On Mon, Dec 13, 2010 at 10:51 PM, Andreas Veithen > wrote: >> On Tue, Dec 14, 2010 at 04:38, David Rees wrote: >>> For some strange reason with the axis2 1.5.3 release, Maven central >>> does not have the axis2-1.5.3.jar jar file.  Instead it ha

Re: Axis2 1.5.3 - Maven repos missing axis2-1.5.3.jar

2010-12-20 Thread David Rees
On Mon, Dec 13, 2010 at 10:51 PM, Andreas Veithen wrote: > On Tue, Dec 14, 2010 at 04:38, David Rees wrote: >> For some strange reason with the axis2 1.5.3 release, Maven central >> does not have the axis2-1.5.3.jar jar file.  Instead it has a >> "jar.jar" file - weird!  It appears that the base

RE: Question on REST and Axis 1.3

2010-12-20 Thread Yashwanth Rajaram -X (yrajaram - Zensar at Cisco)
Hi All: Don't know if I posted this query to the right mailing alias earlier. Would greatly appreciate any pointers on how to access the POST parameters within an Axis2 module. I want to process the parameters submitted via POST and GET (for REST handling) inside my module. However I am una

Re: [Axis2] wsdl2java targeting jdk1.3 error

2010-12-20 Thread Soledad Pano
Does any version of axis support JDK1.3? Thanks! On Mon, Dec 20, 2010 at 1:00 PM, Andreas Veithen wrote: > No, the home page says this: "As of Axis2 1.5, we now require JDK 1.5 > or above. JDKs 1.4 or previous are no longer supported." > > Andreas > > On Mon, Dec 20, 2010 at 15:57, Soledad Pano

Re: [Axis2] wsdl2java targeting jdk1.3 error

2010-12-20 Thread Andreas Veithen
No, the home page says this: "As of Axis2 1.5, we now require JDK 1.5 or above. JDKs 1.4 or previous are no longer supported." Andreas On Mon, Dec 20, 2010 at 15:57, Soledad Pano wrote: > Hi, I need to develop a java client for a WCF service. I have the > restriction to target java version 1.3.

Re: [Axis2] wsdl2java targeting jdk1.3 error

2010-12-20 Thread Ron Wheeler
Just guessing but it looks like wsdl2java requires a later version of Java when it runs. It probably does not care what version of java you use when your application runs. Just install the latest Java and use it ONLY when you run wsdl2java. Ron On 20/12/2010 9:57 AM, Soledad Pano wrote: Hi, I

[Axis2] wsdl2java targeting jdk1.3 error

2010-12-20 Thread Soledad Pano
Hi, I need to develop a java client for a WCF service. I have the restriction to target java version 1.3. When I run wsdl2java I have the following error: C:\Program Files\Java\axis2-1.5.3\bin>wsdl2java.bat -h Using AXIS2_HOME: C:\Program Files\Java\axis2-1.5.3 Using JAVA_HOME:C:\Program Fil