[axis2] 1.6.1 from axis2-1.2

2011-11-09 Thread Stadelmann Josef
I migrated my web service from axis2-1.2 to axis2-1.6.1 and have the following anomalie now: There are 3 methodes Login Fktmap Logout Resulting in a Action urn:login, urn:fktmap urn:logout As a response from axis2-1.2I got always urn:login urn:fktmap urn:logout A

Problem with updating Axis2 1.4.1 -> 1.6.1

2011-11-09 Thread Alexander Veit
Hi, currently we are trying to update Axis2 1.4.1 to Axis2 1.6.1. Unfortunately it seems that the HttpCoreNIOSSLListener transport listener had been removed from Axis2 without a replacement. Does a there exist a suitable replacement for HttpCoreNIOSSLListener in Axis2 1.6.1 to support SSL at

Re: Beginner's question about using java2wsdl

2011-11-09 Thread Shameera Rathnayaka
OOPS , i was thinking wsdl2java when you were asking java2wsdl. On Tue, Nov 8, 2011 at 11:41 PM, Barney Sperlin wrote: > > Hi, > Rolling the stone a little farther up the hill: > I have created a wsdl with the following command: > > c:\JavaPrograms\GetHTML>%AXIS2_HOME%\bin\java2wsdl -cp bin

AW: Axis2 JNDI java:comp/env not resolved

2011-11-09 Thread Markus.Breuer
Seems the axis2 class loader caused the missing context problem. The class loader probably returns a copy of a class already loaded by the tomcats WebAppClassloader. We put the WebAppClassloader into TCCL and it worked. Does axis2 create multiple copies of a loaded class? I heard tomcat uses c

Re: Axis2: TemperatureConvertor Web Service

2011-11-09 Thread Pushpalanka Jayawardhana
Hi SP, If there are no errors just run 'TemperatureConvertorServiceClient.java' while the service is available. You should see the printed lines at console something like C Value : 32\tResult : " +res.get_return()) On Thu, Nov 10, 2011 at 3:38 AM, S P wrote: > Hello, > > I am using Axis2-1.6.

Re: Axis2: TemperatureConvertor Web Service

2011-11-09 Thread Pushpalanka Jayawardhana
On Thu, Nov 10, 2011 at 10:21 AM, Pushpalanka Jayawardhana < [email protected]> wrote: > Hi SP, > If there are no errors just run 'TemperatureConvertorServiceClient.java' > while the service is available. You should see the printed lines at > console something like > > C Value : 32