Re: Axis webservice leaving sessions open under websphere

2012-04-19 Thread Andreas Veithen
Axis 1.4 normally creates sessions only when necessary. The most likely reason is that you have deployed a service with scope "Session". Andreas On Mon, Apr 16, 2012 at 22:49, Schwartz, Karen wrote: > We are running webservices using Axis 1.4 under Websphere 6.1. We are > experiencing a problem

[axis-1.5.6] targetNamespace attribute

2012-04-19 Thread Philippe A.
Hello, Can someone explain the purpose of the targetNamespace attribute in services.xml? My webservice namespace appears to be actually set by the ServiceClass parameter "project.webservices.svc.Class". If I set targetNamespace="bozo", then the wsdl will show . However, my client requests won't b

Re: minOccurs="0" required

2012-04-19 Thread Trenton D. Adams
Thanks Sagara. Will they still be nillable? Do you think this will be fixed for 1.6.2? On a side note, what is the default response if a require parameter is not given? Is there simply a soap fault with a fault description indicating a missing parameter? Thanks. Le 12-04-19 07:44 AM, Saga

AW: [axis2] and http://integ2:8080/axis2/axis2-admin/listService

2012-04-19 Thread Stadelmann Josef
Thank you very much Sagara my fault, if I would have checked the tomcat output log more carefull I would have found the following 2012-04-19 17:45:35,390 INFO org.apache.axis2.jaxws.framework.JAXWSDeployer - Deploying artifact : /disk$oracle2/apache/jakarta/tomcat/webapps/axis2/WEB-INF/serv

Re: minOccurs="0" required

2012-04-19 Thread Sagara Gunathunga
This is a bug and will be fixed soon. Axis2 should not generate minOccurs="0" for Java primitives, for primitives is should be always minOccurs="1" please refer [1]. [1] - https://issues.apache.org/jira/browse/AXIS2-5293 Thanks ! On Wed, Apr 18, 2012 at 9:19 PM, Trenton D. Adams wrote: > Oh,

Re: [axis2] and http://integ2:8080/axis2/axis2-admin/listService

2012-04-19 Thread Sagara Gunathunga
On Thu, Apr 19, 2012 at 6:34 PM, Stadelmann Josef < josef.stadelm...@axa-winterthur.ch> wrote: > ** > > Since we got JAXWS, > > web services based on annotations, are > > maven built into ./target/jaxws-calculator.jar then > > deployed into %AS%/webapps/axis2/WEB-INF/servicejars > > where as the A

[axis2] and http://integ2:8080/axis2/axis2-admin/listService

2012-04-19 Thread Stadelmann Josef
Since we got JAXWS, web services based on annotations, are maven built into ./target/jaxws-calculator.jar then deployed into %AS%/webapps/axis2/WEB-INF/servicejars where as the AS (Tomcat) output shows that the web service has been deployed i.e. Apr 19, 2012 2:25:22 PM org.apache.catalina.core.Ap