Re: SOAP Version

2010-02-02 Thread paul . deadman
Hi Thanks, Ive found the underlying problem, The WSDL2C code generator has added an explicit statement to set the SOAP version to 1.1, so even if you change it to 1.2 the stub code changes it back. I just changed the stub to state 1.2. Im not certain if this is a bug in the WSDL2C code

AW: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-02 Thread Stadelmann Josef
Andreas, Summary: Builds using MAVEN 2.2.1 Source Code used, Cmd window NetBeans IDE 6.8Maven Flags downloaded by SVN Tortoise Maven 2.2.1 external Maven 2.2.1 Ant 1.7.0 external Ant 1.7.0

unsubscribe

2010-02-02 Thread kumaresan.balasundaram
Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are

Connection refused

2010-02-02 Thread Moritz Mädler
Hello List! after setting up my axis2 1.5.1 and loading up my service, i created a client stub using the eclipse WT built-in Web Service Client creator. I passed the WSDL-Address and it successfully created the service stub. When i make a testcall (login) to my service using the service-stub, I

Re: axis2 configuration fine tuning: Local Transport and transportReceiver

2010-02-02 Thread gshum
I managed to configure axis2.xml with 'hostname' parameter that substitute server part of EPR. But I wonder is there a way to configure axis2 to use http 'host' header as part of generated EPR? Host value should contain the server name as it 's seen by the service consumer, which, I believe, is

next release

2010-02-02 Thread Larry Gilliam
Hello, There is a bug in Axis2 1.5 affecting us (http://modis.gsfc.nasa.gov/) which is fixed in the latest trunk. We'd prefer to wait until the next release to deploy a new version. Is there any ETA for a release? It appears the last was in October and they come every few months. I appreciate

Re: next release

2010-02-02 Thread Andreas Veithen
There are no plans for 1.6 yet. If there is sufficient demand, we could do a maintenance release (1.5.2), but this would assume that the fix for your issue could be merged to the 1.5 branch. Do you have a reference to the JIRA or the SVN commit for that issue? Andreas On Tue, Feb 2, 2010 at

Re: next release

2010-02-02 Thread Larry Gilliam
Andreas Veithen wrote: There are no plans for 1.6 yet. If there is sufficient demand, we could do a maintenance release (1.5.2), but this would assume that the fix for your issue could be merged to the 1.5 branch. Do you have a reference to the JIRA or the SVN commit for that issue? Sorry I

[ANN] Apache Rampart 1.5 Released

2010-02-02 Thread Nandana Mihindukulasooriya
Apache Rampart team is pleased to announce the 1.5 release of Apache Rampart module. Apache Rampart is the the security module of Axis2 which provides implementations of the WS-Sec* specifications for Apache Axis2. Apache Rampart 1.5 release is compatible with Axis2 1.5 / 1.5.1 releases. Please

Re: next release

2010-02-02 Thread Andreas Veithen
Unfortunately the issue is not linked to a Subversion commit (which is the precondition to be able to merge the fix to the 1.5 branch). Maybe Keith or Amila have an idea where in the code this was fixed? Andreas On Tue, Feb 2, 2010 at 18:04, Larry Gilliam lgill...@innovim.com wrote: Andreas

Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-02 Thread Andreas Veithen
On Tue, Feb 2, 2010 at 10:06, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Andreas, Summary: Builds using MAVEN 2.2.1 Source Code used, Cmd window              NetBeans IDE 6.8                        Maven Flags downloaded by SVN Tortoise