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
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
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
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
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,
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
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