Re: [Axis2]: Using Axis2 with Tomcat v4.1.27

2007-12-01 Thread Eran Chinthaka
Hi Jan, Axis2 1.3 will work with Tomcat server 4.1.27, I do not have any doubt on that. But I strongly recommend you to use Tomcat 5.x version, especially if you are working with JDK 1.5. IIRC, Tomcat 5.0.x version works with JDK 1.4. Why I recommend is that, one of the tomcat developers recom

Re: AXISFault

2007-12-01 Thread Eran Chinthaka
Where is this exception generated? Server side generates and you sees this in client side or is this only in client side? If server generates this exception, then server is trying to connect to the client, which it shouldn't, and having this trouble. Please check the WSDL of the web service an

[jira] Created: (AXIS2-3382) NPE throws when invoking jax-ws calculator sample service

2007-12-01 Thread Charitha Kankanamge (JIRA)
NPE throws when invoking jax-ws calculator sample service - Key: AXIS2-3382 URL: https://issues.apache.org/jira/browse/AXIS2-3382 Project: Axis 2.0 (Axis2) Issue Type: Bug Com

[jira] Commented: (AXIS2-3353) Use wrapper types when elements are optional (i.e.: nillable="true" or minOccurs="0"/maxOccurs="1")

2007-12-01 Thread Stein Henriksen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547456 ] Stein Henriksen commented on AXIS2-3353: I also have the same problem using minOccurs="0" when running wsdl2j

Re: AXISFault

2007-12-01 Thread Saminda Abeyruwan
java.net.SocketException: Connection reset Exception occurs in client side, when the client can not establish a connection with the server. ex: if the server is running foo.com:8790 and client tries foo.com:8791. Thus, check if the server is running or if the client end point address is correct.