Re: Axis 1.2 beta - sendXsiType no longer works?

2004-04-08 Thread Nelson Minar
>Please log a bug (http://issues.apache.org/jira) Filed as bug AXIS-1294 http://nagoya.apache.org/jira/browse/AXIS-1294

Generated service locator returns null

2004-04-08 Thread Christophe Roudet
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

RE: How to view my Axis Java objects as XML

2004-04-08 Thread David Cunningham
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

Axis :: WSDL :: Complex Types :: Java Beans !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-08 Thread KKanagaraj
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

Re: Axis :: WSDL :: WSDD ['Watchdog': checked] ['Watchdog': Virus checked] ['Watchdog': Virus checked]

2004-04-08 Thread KKanagaraj
Anne, Thanks a lot !! Now I got the concept behind RPC,Document, Wrapped and Message. cheers, -kannan Anne Thomas Manes

AW: Session out of order

2004-04-08 Thread Dorner Thomas
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

Re: InterServlet -> Axis communication

2004-04-08 Thread Gareth Western
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

Re: Problem with the example axis\samples\jaxrpc\address of the distribution of AXIS 1.1

2004-04-08 Thread Ricardo De la Rosa
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:

Messaging example explaination required

2004-04-08 Thread Vinod Patil
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

Re: InterServlet -> Axis communication

2004-04-08 Thread Dario Di Minno
[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