Re: [Axis2] Migrate from Axis1 to Axis2 for CLOSE_WAIT issue?

2012-02-03 Thread Simon Frettloeh
Hi, Am 03.02.2012 13:35, schrieb Sagara Gunathunga: http://axis.markmail.org/thread/ac7t2rf7hmt6hsjo http://axis.markmail.org/search/As+part+of+the+promotion+of+the+Axis+project+to+a+top+level+project+order:relevance Thank you for pointing this out. But, as long as this information is not re

Re: [Axis2] Migrate from Axis1 to Axis2 for CLOSE_WAIT issue?

2012-02-03 Thread Simon Frettloeh
Hi Senthil, I had the same problems, see also the thread "Is Axis (not Axis2) still being developed?" on this list. Am 03.02.2012 07:15, schrieb senthil.se...@wipro.com: Is there an alternative solution with minimal impact (which can be applied ontop of exisiting Axis 1.2 itself) to overcome

Re: [Axis2] Migrate from Axis1 to Axis2 for CLOSE_WAIT issue?

2012-02-03 Thread Simon Frettloeh
Hi Sagara, Am 03.02.2012 07:29, schrieb Sagara Gunathunga: You need to contact axis1-java-u...@axis.apache.org list for this. I have never heard of such a user list. There is no reference on the homepage of Axis1 to such a list. See the mail I wrote

Re: Axis 1.4 Issue

2011-06-20 Thread Simon Frettloeh
Am 20.06.2011 09:41, schrieb Stadelmann Josef: Because Axis and Axis*2* whatever versions are two pairs of shoes, and you are asking the Axis2 Forum This is not completely correct. If you are on the Axis (not Axis2) Homepage, and want to subscribe a mailinglist (http://axis.apache.org/axis/ma

Re: Is Axis (not Axis2) still being developed?

2011-05-19 Thread Simon Frettloeh
Am 18.05.2011 23:44, schrieb Andreas Veithen: http://svn.apache.org/repos/asf/webservices/axis/ Just for convenience (before trying to clone an SVN repository): http://git.apache.org/ or the specific Axis-1 git repository: git://git.apache.org/axis1.git -- Simon Frettlöh Consultant EXXET

Re: Is Axis (not Axis2) still being developed?

2011-05-17 Thread Simon Frettloeh
Hi Andreas, first of all, thank you for your answer. Am 16.05.2011 21:40, schrieb Andreas Veithen: I'm wondering whether Axis (not Axis2) is still being developed. No. Since a picture says more than a thousand words: http://svnsearch.org/svnsearch/repos/ASF/search?path=%2Fwebservices%2Faxis%

Is Axis (not Axis2) still being developed?

2011-05-16 Thread Simon Frettloeh
Hello all, I'm wondering whether Axis (not Axis2) is still being developed. There are some rather anoying issues, e.g. AXIS-2498 (patch is at least attached in this report) or AXIS-2545 (recently asked about this, source code access required) which would be very helpful, if fixed (e.g. in a b

Re: wsdl2java tool fails when the wsdl path contain spaces

2011-02-01 Thread Simon Frettloeh
Hello Sewwandi, Am 27.01.2011 05:28, schrieb Sewwandi: > > /C:\Documents and Settings\drajapaksha\My > > Documents\Axis2-1.5\bin>wsdl2java -uri > > New Folder\myService.wsdl -ss did you quote your argument? Try --- %< --- bin>wsdl2java -uri "New Folder\myService.wsdl" -ss --- >% --- instead o

Howto circumvent Bug AXIS-2545 ("wsdl2java mix up order of elements ...") using Axis 1.4

2010-10-11 Thread Simon Frettloeh
Hello, to create Java 1.4 compliant Code I am using Axis 1.4 to develop against a web service. Sadly, I am not able to switch to a higher Java version. I now encountered Bug AXIS-2545 ("wsdl2java mix up order of elements and arrays in super constructor call") after a change in the WSDL my de