>Please log a bug (http://issues.apache.org/jira)
Filed as bug AXIS-1294
http://nagoya.apache.org/jira/browse/AXIS-1294
Hi,
The WSDL2Java generated service locator method getService(URL
portaddress) ...
Has a 'return null' statement in the catch block. Is that the desired
behavior, or should the exception be thrown with 'throw new
ServiceException(e);'
Christophe
Public soap.AdministrativeServicePort getS
Title: How to view my Axis Java objects as XML
That's not always accurate. If your schema is complicated,
Axis cannot handle minOccurs/maxOccurs very well and choice. So although all the
Java objects created will serialize to valid XML, the combination of objects and
therefore the structure o
Hi Friends,
Iam at the design stage of my webservice components.
I have decided to start with WSDL design and use WSDL2Java for further
developments like Creation of java beans and other service objects.
I tired converting WSDL to Java, I can see that the Complex types are
created as a Java
Anne,
Thanks a lot !! Now I got the concept behind RPC,Document, Wrapped and
Message.
cheers,
-kannan
Anne Thomas Manes
Hello all,
first i will thank you Stefano for your reply.
The Situation looks like this:
My SimpleSessionHandler have a method to set the
default timout for a new Session. But when i wanna use
them, after creating a new SimpleSessionHandler,
the default value of 60 seconds don´t change.
Is thi
Ah cool. Thank you but now the problem is that the returned value
is always null. I guess, from what i've read, that this is happening
because the crossContext value for Axis is false (as it explains on
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html).
How do I configure
Yes, Axis version 1.2 beta is deployed on port 8080 in my Tomcat 5.0
It is very strange :(
Thank you !
Ricardo DE LA ROSA
Laboratoire LSR
IMAG - Grenoble - France
Mark Leone a écrit:
Is Axis deployed on port 8080 in your web container?
From: Ricardo De la Rosa <[EMAIL PROTECTED]>
Reply-To:
Hi,
I have deployed Apache axis on JBoss3.0.7 app server. I deployed your
Message sample(in axis1-1\samples\message). It worked perfectly.
But i was not able to understand it. So i tweaked it a bit.
First in the client i added
System.out.println(call.getTargetEndpointAddress()+" : " +
cal
[EMAIL PROTECTED] ha scritto:
Hi,
I have a servlet which adds an object to an attribute in it's servlet context in
Tomcat. How can I access that context from a service in the Axis Servlet? When
I check the Axis servlet context attributes using:
(context is the current MessageContext)
javax.servlet
10 matches
Mail list logo