Re: Please revert API changes done as per AXIS2-4465

2009-08-24 Thread Amila Suriarachchi
hi Andreas, On Tue, Aug 25, 2009 at 2:13 AM, Andreas Veithen wrote: > On Mon, Aug 24, 2009 at 10:33, Amila > Suriarachchi wrote: > > > > > > On Mon, Aug 24, 2009 at 12:44 PM, Andreas Veithen > > wrote: > >> > >> Amila, > >> > >> If you use your own TransportListener implementations, how do you >

Re: ADB test failure

2009-08-24 Thread Samisa Abeysinghe
I get a wired error building adb-codegen. Can someone please advise? I am on Java 1.6 D:\svn\branches\axis2-1.6\modules\adb-codegen>mvn clean install -Dtest=false -DfailIfNoTests=false [INFO] Scanning for projects... [INFO] -

[jira] Closed: (AXIS2-4472) Running soap-monitor in a machine with multiple catalina_base with its own ip address

2009-08-24 Thread Muthuvelan Swaminathan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muthuvelan Swaminathan closed AXIS2-4472. - > Running soap-monitor in a machine with multiple catalina_base with its own ip > ad

[jira] Resolved: (AXIS2-4472) Running soap-monitor in a machine with multiple catalina_base with its own ip address

2009-08-24 Thread Muthuvelan Swaminathan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muthuvelan Swaminathan resolved AXIS2-4472. --- Resolution: Invalid Nothing to do with serverport configuration. > Running

Re: Please revert API changes done as per AXIS2-4465

2009-08-24 Thread Andreas Veithen
On Mon, Aug 24, 2009 at 10:33, Amila Suriarachchi wrote: > > > On Mon, Aug 24, 2009 at 12:44 PM, Andreas Veithen > wrote: >> >> Amila, >> >> If you use your own TransportListener implementations, how do you >> implement getEPRsForService such that it returns URIs with the correct >> port numbers?

Re: Axis 1.4 strange characters < ....

2009-08-24 Thread WJ Krpelan
Hi, your strange characters is standard xml-escaped characters obviously are you doing soap-processing by hand? Cheers Wolfgang --- On Mon, 8/24/09, David Vir wrote: > From: David Vir > Subject: Axis 1.4 strange characters < > To: axis-dev@ws.apache.org > Date: Monday, August 24, 2009, 5:

[jira] Updated: (AXIS2-4472) Running soap-monitor in a machine with multiple catalina_base with its own ip address

2009-08-24 Thread Muthuvelan Swaminathan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muthuvelan Swaminathan updated AXIS2-4472: -- Attachment: web.xml SOAPMonitorConstants.java SO

[jira] Created: (AXIS2-4472) Running soap-monitor in a machine with multiple catalina_base with its own ip address

2009-08-24 Thread Muthuvelan Swaminathan (JIRA)
Running soap-monitor in a machine with multiple catalina_base with its own ip address - Key: AXIS2-4472 URL: https://issues.apache.org/jira/browse/AXIS2-4472 Project:

Axis 1.4 strange characters < ....

2009-08-24 Thread David Vir
Hello, My name is David and i have seen that you are an experienced user of axis. I need to connect to one Web Service that have a wsdl that i can't change.=20 I am receiving strange characters in their response: For example: You must present a photo ID when checking in. Your credit card is ch

Adding the Apache tomcat tribes and juli jars to axis2 distributions

2009-08-24 Thread Amila Suriarachchi
hi, Currently Apache tomcat tribes and juli jars are excluded from the axis2 distributions see (modules/distribution/src/main/assembly/bin-assembly.xml). These jars are required to run the axis2 clustering. Is there any reason not to exclude them I'll add them. thanks, Amila. -- Amila Suriarach

Re: Please revert API changes done as per AXIS2-4465

2009-08-24 Thread Amila Suriarachchi
On Mon, Aug 24, 2009 at 12:44 PM, Andreas Veithen wrote: > Amila, > > If you use your own TransportListener implementations, how do you > implement getEPRsForService such that it returns URIs with the correct > port numbers? See here[1]. I think this is not relevant here. What I try to say is a

[axis2] SocketPermission exception while calling another webservice in WAS 5.1

2009-08-24 Thread Rajeevr
Hi, I run Axis 1.3 project on WebSphere Platform 5.1 with JDK 1.4.2. Host Operating System is Linux. I have two web services. I get SocketPermission error while the first service calls the next service. Both services are placed at the same jvm. I even tried to deploy these two services on two di

Re: Please revert API changes done as per AXIS2-4465

2009-08-24 Thread Andreas Veithen
Amila, If you use your own TransportListener implementations, how do you implement getEPRsForService such that it returns URIs with the correct port numbers? Andreas On Mon, Aug 24, 2009 at 08:56, Amila Suriarachchi wrote: > hi, > > I had time to go through your comment and I think what you sugg