Arrays of length 1 and wrapped doc/lit

2004-08-08 Thread Nelson Minar
Is anyone out there using arrays with wrapped document/literal? I'm running into a persistent bug where Axis can't handle it if the array is of length 1. I first found the bug in 1.2b1, it's still present (or was as of 7 days ago's CVS). Details here:

user guide TestCient example doesn't go anywhere?

2004-08-08 Thread Madeleine Wright
Hi. I've been trying for a couple of weeks to run the samples.userguide.example1.TestClient example but I can't make it reach the service. In every other respect Axis works fine but I'm just concerned that this example doesn't. I know my classpath is fine. I'm running the commands from the

Re: AW: ISO-8859-1 Encoding

2004-08-08 Thread Davanum Srinivas
http://www.google.com/search?q=UTF-16+axis.xmlEncoding On Tue, 3 Aug 2004 10:11:44 +0200, Florian Theurich [EMAIL PROTECTED] wrote: I would love to do so but how and where can I set this value?? -Ursprüngliche Nachricht- Von: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Gesendet:

problem with Java2WSDL?

2004-08-08 Thread Madeleine Wright
I have tried several times to generate a WSDL using Java2WSDL. Finally I followed the pattern suggested in an article and, after preparing the classes etc, ran: java org.apache.axis.wsdl.Java2WSDL -o cruise.wsdl -l http://localhost:8080/axis/servlet/AxisServlet -n urn:cruise -S CruiseService

RE: Strange behavior on soap message generated by axis1.1?

2004-08-08 Thread Liu, Scott
Problem solved. This is not exactly Axiss issue but my own. My configuration requires both Axis and Castor and the new version did not work with the Castor code. My simple fix is to just let castor do all the soap message work which now produce the right soap message. Thanks, Scott

RE: How to enable Axis client to return more than one cookie

2004-08-08 Thread Liu, Scott
I updated my code according to the patch (the diff file) and it works now. I did not use all the changes suggested in HTTPTransport class. I only made a simple change in processReturnedMessageContext() like cookies = (Vector)context.getProperty(HTTPConstants.HEADER_COOKIE); instead. Thanks for

Re: Programmatic way to set handlers on client

2004-08-08 Thread Davanum Srinivas
you can use the JAX-RPC client side handlers. -- dims On Thu, 5 Aug 2004 10:57:41 -0700 (PDT), Shantanu Sen [EMAIL PROTECTED] wrote: Is there any example that shows how to programmatically set client side handlers? I know I can use a client-config.wsdd, but I would like to know how this can

Re: How to enable Axis client to return more than one cookie

2004-08-08 Thread Davanum Srinivas
Scott, Can you please post your diff to the bug report? -- dims On Sun, 8 Aug 2004 14:40:52 -0700, Liu, Scott [EMAIL PROTECTED] wrote: I updated my code according to the patch (the diff file) and it works now. I did not use all the changes suggested in HTTPTransport class. I only made a

Re: Help with Log4j

2004-08-08 Thread Eric Bloch
I eventually made this work in tomcat 5.0.24 and wasted lots of time on it, too. The @#*(! commons-logging combined with the fact that tomcat uses it itself, makes for all sorts of possible problems. It seems to me all commons-logging really is is a class-loader that breaks inside

RE: Strange behavior on soap message generated by axis1.1?

2004-08-08 Thread egemen kalyoncu
hi Do you mind you could use RPC style in the wsdl file instead of Document style? if you use rpc style the soap message's body part is constructed between your method name /method name tags. From: Liu, Scott [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: