Re: Revised: A teething issue with Axis 2

2016-08-03 Thread Rupinder Singh
*Thanks Andreas! That was the problem. I'd compiled java class without debugging information. I have redone it. It works. Thanks Martin and Brett too !* On Tue, Aug 2, 2016 at 11:00 PM, Andreas Veithen wrote: > According to the WSDL, the parameter name is "args0".

Re: Revised: A teething issue with Axis 2

2016-08-02 Thread Andreas Veithen
According to the WSDL, the parameter name is "args0". That probably means that you compiled the class without debugging information, in which case Axis2 doesn't have a way to determine the correct parameter name. Andreas On Tue, Aug 2, 2016 at 4:11 PM, Rupinder Singh wrote:

Re: Revised: A teething issue with Axis 2

2016-08-02 Thread Rupinder Singh
*WSDL attached.* On Tue, Aug 2, 2016 at 2:54 AM, Andreas Veithen wrote: > Can you post the WSDL that is generated for this service > (http://localhost:8080/axis2/services/HelloWorld?wsdl)? > > Andreas > > On Sun, Jul 24, 2016 at 6:00 AM, Rupinder Singh

Re: Revised: A teething issue with Axis 2

2016-08-01 Thread Andreas Veithen
Can you post the WSDL that is generated for this service (http://localhost:8080/axis2/services/HelloWorld?wsdl)? Andreas On Sun, Jul 24, 2016 at 6:00 AM, Rupinder Singh wrote: > Hello > > I have just recently started with Web Services. I started by exposing POJO > in Axis2

RE: Revised: A teething issue with Axis 2

2016-07-27 Thread Martin Gainty
: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org screenshots for both tomcat 7 and tomcat 8 attached. thanksRupinder On Wed, Jul 27, 2016 at 10:55 PM, Martin Gainty <mgai...@hotmail.com> wrote: my validator validates axis2 deployment for Tomcat versions apache-

RE: Revised: A teething issue with Axis 2

2016-07-27 Thread Okken,Brett
From: Rupinder Singh [mailto:rupi@gmail.com] Sent: Wednesday, July 27, 2016 1:11 PM To: java-user@axis.apache.org Subject: Re: Revised: A teething issue with Axis 2 screenshots for both tomcat 7 and tomcat 8 attached. thanks Rupinder On Wed, Jul 27, 2016 at 10:55 PM, Martin Gainty <m

RE: Revised: A teething issue with Axis 2

2016-07-27 Thread Martin Gainty
__ From: rupi@gmail.com Date: Wed, 27 Jul 2016 22:19:55 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org hello mr gainty, thanks a lot for your continued help! I have tried

Re: Revised: A teething issue with Axis 2

2016-07-27 Thread Rupinder Singh
let version 3.0 >>> Platform Apache Tomcat/7.0.50 >>> >>> Examining System Properties: >>> all properties are populated >>> >>> we can conclude the pre-packaged version service inside axis2.war >>> located at >>> >>> h

Re: Revised: A teething issue with Axis 2

2016-07-27 Thread Rupinder Singh
m Properties: >> all properties are populated >> >> we can conclude the pre-packaged version service inside axis2.war located >> at >> >> http://www-eu.apache.org/dist/axis/axis2/java/core/1.7.3/axis2-1.7.3-war.zip >> deploys propertly to Tomcat 7.0.50 and auto-configures properly >> >> what happens when you install Tomcat-7.0.50

Re: Revised: A teething issue with Axis 2

2016-07-27 Thread Rupinder Singh
to Tomcat 7.0.50 and auto-configures properly > > what happens when you install Tomcat-7.0.50 > https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.50/bin/ > > and then deploy axis2.war to /Tomcat-7.0.50/webapps > > ? > Martin > __ > > >

RE: Revised: A teething issue with Axis 2

2016-07-27 Thread Martin Gainty
n deploy axis2.war to /Tomcat-7.0.50/webapps ? Martin __ From: rupi@gmail.com Date: Wed, 27 Jul 2016 21:14:36 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org Tomcat 8.5 On Wed, Jul 27, 2016 at 5:11 AM, M

Re: Revised: A teething issue with Axis 2

2016-07-27 Thread Rupinder Singh
; -- > From: rupi@gmail.com > Date: Tue, 26 Jul 2016 20:48:36 +0530 > > Subject: Re: Revised: A teething issue with Axis 2 > To: java-user@axis.apache.org > > > > *Now I have tried with freshly downloaded axis2 war distro. From a > differen

RE: Revised: A teething issue with Axis 2

2016-07-27 Thread Martin Gainty
tomcat version? Martin __ From: rupi@gmail.com Date: Wed, 27 Jul 2016 20:15:42 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org http://redrockdigimark.com/apachemirror/axis/axis2/java/core/1.7.3/axis2

Re: Revised: A teething issue with Axis 2

2016-07-27 Thread Rupinder Singh
war? > > Martin > __ > > > > > -- > From: rupi@gmail.com > Date: Tue, 26 Jul 2016 20:48:36 +0530 > > Subject: Re: Revised: A teething issue with Axis 2 > To: java-user@axis.apache.org > > > > *Now I have tried with freshly

RE: Revised: A teething issue with Axis 2

2016-07-26 Thread Martin Gainty
20:48:36 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org Now I have tried with freshly downloaded axis2 war distro. From a different mirror. Still not working. On Tue, Jul 26, 2016 at 8:25 PM, Rupinder Singh <rupi@gmail.com> wrote: All other co

Re: Revised: A teething issue with Axis 2

2016-07-26 Thread Rupinder Singh
cy-1.5.mar >> ping-1.5.mar >> soapmonitor-1.5.mar >> >> ./WEB-INF/services/services.list >> axis2-web-.aar >> HelloWorld-.aar >> >> ./WEB-INF/web.xml

RE: Revised: A teething issue with Axis 2

2016-07-25 Thread Martin Gainty
/web.xml Please verify Martin __ From: rupi@gmail.com Date: Mon, 25 Jul 2016 21:30:17 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org hello Mr Gainty, axis2-kernel-.jar is present in C:\Program Files\Apache

Re: Revised: A teething issue with Axis 2

2016-07-25 Thread Rupinder Singh
t; $AXIS2-HOME/modules/kernel/target > > please verify > Martin > __ > > > > > -- > From: rupi@gmail.com > Date: Sun, 24 Jul 2016 21:21:13 +0530 > Subject: Re: Revised: A teething issue with Axis

RE: Revised: A teething issue with Axis 2

2016-07-24 Thread Martin Gainty
@gmail.com Date: Sun, 24 Jul 2016 21:21:13 +0530 Subject: Re: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org Hello Mr Gainty, I am using Axis2-1.7.3 on Tomcat. Upon placing that jsp, I get, faultstring>The service cannot be found for the endpoint reference (EPR) /axis2/servi

RE: Revised: A teething issue with Axis 2

2016-07-24 Thread Martin Gainty
From: rupi@gmail.com Date: Sun, 24 Jul 2016 10:30:31 +0530 Subject: Revised: A teething issue with Axis 2 To: java-user@axis.apache.org Hello I have just recently started with Web Services. I started by exposing POJO in Axis2 deployed in Tomcat. When I run http://localhost:8080/axis2

Revised: A teething issue with Axis 2

2016-07-23 Thread Rupinder Singh
Hello I have just recently started with Web Services. I started by exposing POJO in Axis2 deployed in Tomcat. When I run http://localhost:8080/axis2/services/HelloWorld/sayHello?name="Axis2; in browser. Hello null NOT Hello Axis2 ! could you help? regards Rupinder Pal Singh