Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EF8D6200B4E for ; Sun, 24 Jul 2016 16:27:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EE43D160A74; Sun, 24 Jul 2016 14:27:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 18828160A71 for ; Sun, 24 Jul 2016 16:27:22 +0200 (CEST) Received: (qmail 33491 invoked by uid 500); 24 Jul 2016 14:27:22 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 33475 invoked by uid 99); 24 Jul 2016 14:27:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2016 14:27:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 99815C0472 for ; Sun, 24 Jul 2016 14:27:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.553 X-Spam-Level: X-Spam-Status: No, score=0.553 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id zpZcHEsUvfAa for ; Sun, 24 Jul 2016 14:27:19 +0000 (UTC) Received: from BLU004-OMC3S19.hotmail.com (blu004-omc3s19.hotmail.com [65.55.116.94]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id ED8C05FAE8 for ; Sun, 24 Jul 2016 14:27:18 +0000 (UTC) Received: from BLU172-W16 ([65.55.116.74]) by BLU004-OMC3S19.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 24 Jul 2016 07:27:12 -0700 X-TMN: [uymqtTE5UAIW/5Ui8fK1L3+Zm5xw+5Iz] X-Originating-Email: [mgainty@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_42774451-24c6-444a-9a34-dd66b57a0e19_" From: Martin Gainty To: "java-user@axis.apache.org" Subject: RE: Revised: A teething issue with Axis 2 Date: Sun, 24 Jul 2016 10:27:11 -0400 Importance: Normal In-Reply-To: References: MIME-Version: 1.0 X-OriginalArrivalTime: 24 Jul 2016 14:27:12.0215 (UTC) FILETIME=[77CCEE70:01D1E5B7] archived-at: Sun, 24 Jul 2016 14:27:24 -0000 --_42774451-24c6-444a-9a34-dd66b57a0e19_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: rupi.pal@gmail.com Date: Sun=2C 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 =0A= started by exposing POJO in Axis2 deployed in Tomcat. When I run=20 http://localhost:8080/axis2/services/HelloWorld/sayHello?name=3D"Axis2" in = browser. Hello null NOT Hello Axis2 ! MG>verify you are running latest Axis2 (1.6.3+) MG>if you are running latest Axis2 distros place HappyAxis.jsp in your bro= wser address bar: MG>http://localhost:8080/axis2/services/axis2-web/HappyAxis.jsp MG>HappyAxis.jsp *should* warn you if any of these jars are missing: needed =3D needClass(out=2C "org.apache.axis2.transport.http.AxisServlet= "=2C "axis2-1.0.jar"=2C "Apache-Axis"=2C "= Axis2 will not work"=2C "http://xml.apache.org/axis2/")=3B ne= eded +=3D needClass(out=2C "org.apache.commons.logging.Log"=2C "= commons-logging.jar"=2C "Jakarta-Commons Logging"=2C = "Axis2 will not work"=2C "http://jakarta.apache.org/commons/logg= ing.html")=3B needed +=3D needClass(out=2C "javax.xml.stream.XMLStreamRe= ader"=2C "stax-api-1.0.1.jar"=2C "Streaming API for X= ML"=2C "Axis2 will not work"=2C "http://dist.codehaus= .org/stax/jars/")=3B needed +=3D needClass(out=2C "org.codehaus.stax2.XM= LStreamWriter2"=2C "wstx-asl-3.0.1.jar"=2C "Streaming= API for XML implementation"=2C "Axis2 will not work"=2C = "http://dist.codehaus.org/stax/jars/")=3BMG>Please confirm could you help? regards Rupinder Pal Singh = --_42774451-24c6-444a-9a34-dd66b57a0e19_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable




From: rupi.pal@gmail.com
Date: Sun=2C 24 Jul 2016 10:30:31 +053= 0
Subject: Revised: A teething issue with Axis 2
To: java-user@axis.a= pache.org

Hello

I have just recently started= with Web Services. I =0A= started by exposing POJO in Axis2 deployed in Tomcat. When I run
http://localhost:8080/axis2/services/HelloWorld/sayHello?name= =3D"Axis2" in browser.


<=3Bns:sayHelloResponse>=3B&= lt=3Breturn>=3BHello null<=3B/return>=3B<=3B/ns:sayHelloResponse>= =3B

NOT Hello Axis2 !

MG>=3Bve= rify you are running latest Axis2 (1.6.3+)
MG>=3Bif you  =3Bare ru= nning latest Axis2 distros place HappyAxis.jsp in your browser address bar:=

MG>=3Bhttp://localhost:8080/axis2/services/axis= 2-web/HappyAxis.jsp

MG>=3BHappyAxis.jsp *should* warn you if any o= f these jars are missing:

 =3B  =3Bneeded =3D ne= edClass(out=2C "org.apache.axis2.transport.http.AxisServlet"=2C
&= nbsp=3B  =3B  =3B  =3B  =3B  =3B "axis2-1.0.jar"=2C
 =3B  =3B  =3B  =3B  =3B  =3B "Apache-Axis"= =2C
 =3B  =3B  =3B  =3B  =3B  =3B "Axis2 = will not work"=2C
 =3B  =3B  =3B  =3B  =3B &n= bsp=3B "http://xml.apache.org/axis2/")=3B
 =3B  =3B neede= d +=3D needClass(out=2C "org.apache.commons.logging.Log"=2C
 = =3B  =3B  =3B  =3B  =3B  =3B "commons-logging.jar"=2C
 =3B  =3B  =3B  =3B  =3B  =3B "Jakarta-Com= mons Logging"=2C
 =3B  =3B  =3B  =3B  =3B &nb= sp=3B "Axis2 will not work"=2C
 =3B  =3B  =3B  = =3B  =3B  =3B "http://jakarta.apache.org/commons/logging.html")=3B<= /div>
 =3B  =3B needed +=3D needClass(out=2C "javax.xml.stream.= XMLStreamReader"=2C
 =3B  =3B  =3B  =3B  =3B =  =3B "stax-api-1.0.1.jar"=2C
 =3B  =3B  =3B  = =3B  =3B  =3B "Streaming API for XML"=2C
 =3B  = =3B  =3B  =3B  =3B  =3B "Axis2 will not work"=2C
=  =3B  =3B  =3B  =3B  =3B  =3B "http://dist.codehaus= .org/stax/jars/")=3B
 =3B  =3B needed +=3D needClass(out= =2C "org.codehaus.stax2.XMLStreamWriter2"=2C
 =3B  =3B &n= bsp=3B  =3B  =3B  =3B "wstx-asl-3.0.1.jar"=2C
 = =3B  =3B  =3B  =3B  =3B  =3B "Streaming API for XML imp= lementation"=2C
 =3B  =3B  =3B  =3B  =3B &nbs= p=3B "Axis2 will not work"=2C
 =3B  =3B  =3B  =3B=  =3B  =3B "http://dist.codehaus.org/stax/jars/")=3B
MG>=3BP= lease confirm

could you help?


regards
Rupinder Pal Singh
= --_42774451-24c6-444a-9a34-dd66b57a0e19_--