Problem with JDK 1.5

2005-02-25 Thread venkatesh
Hi All,    Is Apache Axis 1.2 supports JDK 1.5 bcos i'm getting this exception when i execute a call. But it is working fine in Java 1.4.2. If not, is there any other axis version that supports 1.5?   Caused by: java.lang.NullPointerExceptionat org.apache.axis.AxisFault.makeFault(AxisFault.

Problem with JDK 1.5

2005-02-25 Thread venkatesh
Hi All,    Is Apache Axis 1.2 supports JDK 1.5 bcos i'm getting this exception when i execute a call. But it is working fine in Java 1.4.2. If not, is there any other axis version that supports 1.5?   Caused by: java.lang.NullPointerExceptionat org.apache.axis.AxisFault.makeFault(AxisFault.

SOAP compression

2005-02-25 Thread Alex Chen
I saw some exchange about compressing SOAP request/response in the mail archive and found some reference to http://www.osmoticweb.com/axis-soap-compression.htm I downloaded the file and tried in on a client using Axis 1.2RC1. It worked fine with regular HTTP traffic. I could see compressed data

client-side access to request SOAP message, before submission

2005-02-25 Thread Andy Dolbey
Does Axis offer any way for a client class to examine and perhaps modify a SOAP request message immediately before the message is sent across the wire? If so, this might offer me a chance to mend some tricky interop problem cases I've been having with complex data types. If anyone knows about thi

Software caused connection abort

2005-02-25 Thread Justin Echternach
Hi, I am getting the error when sending a large xml string (>5Mb) to a .Net web service using the axis client. I was getting a connection reset by peer also, but that stopped for some reason. I am connecting to the web service using ssl. Does this sound like a server issue or client issue? Tha

Re: AXIS 1.2 Final ?

2005-02-25 Thread Kenneth Stephen
Clint, Urrgh. Excuse the previous non-message. Hit the wrong button. Anyway, thats the point that Mike was making. The J2EE container should have classloader support that lets you load two different versions of the class if they are residing in two different WARs. Regards, Kenneth On

Re: AXIS 1.2 Final ?

2005-02-25 Thread Kenneth Stephen
Clint, On Fri, 25 Feb 2005 15:45:21 -0500, Dovholuk, Clint <[EMAIL PROTECTED]> wrote: > well that's kinda the problem. both jars have org.apache.axis.Constants > defined in them... and only one of those jars ( the 1.1 version ) has > URI_SOAP_ENC declared... so if the class loader loads that fi

RE: AXIS 1.2 Final ?

2005-02-25 Thread Dovholuk, Clint
well that's kinda the problem. both jars have org.apache.axis.Constants defined in them... and only one of those jars ( the 1.1 version ) has URI_SOAP_ENC declared... so if the class loader loads that first, I'm happy, but then I can't use the Axis 2.0 Constants... know what I mean? :) I know tha

RE: AXIS 1.2 Final ?

2005-02-25 Thread Brown, Mike
Axis can run as a jar in your application war. Two different wars can have two different axis jars if that is what you're asking? -Original Message- From: Dovholuk, Clint [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 8:57 AM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subj

RE: Axis client OutOfMemoryError

2005-02-25 Thread Justin Echternach
Thanks Bill! That fixed my OutOfMemoryError. Now I am getting "Connection reset by peer". It only happens with the 5Mb file. I imagine that is on the server end. The server is a .net web service at a business partners location. Thanks again, Justin Harri

ClassCastException when trying to return an array of beans from a web service.

2005-02-25 Thread Oggy Doytchinov
Hi, I am trying to create a web service that returns an array or java been objects. I have written a class with a method that returns the array. My java beans are only using simple types strings and integers. But whenever I tried to call them from the TestClient class the code is failing with C

http 505 error using .NET client

2005-02-25 Thread footh
I am getting this problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=31567 On a web service implemented in Axis running under Tomcat using basic authentication and a .NET client. I used this workaround that I found while searching the internet: 1. Enable PreAuthenticate. 2. Put Try-Cat

RE: Array serialization-deserialization

2005-02-25 Thread Laran Evans
The only thing I found in the archives was Patrick Van Kann's issues with serializing Collections. I basically just want to know whether it's sufficient for me to declare String[]s in my .wsdl without having to declare them a second time in my server-config.wsdd file. Thanks. -Original Messa

Re: Array serialization-deserialization

2005-02-25 Thread Eugene Shershnev
Search the list for this. Recently there was a few discussions about array (de)serialization. - Original Message - From: "Laran Evans" <[EMAIL PROTECTED]> To: Sent: Friday, February 25, 2005 1:10p Subject: Array serialization-deserialization > Is Axis smart enough to automatically use

Array serialization-deserialization

2005-02-25 Thread Laran Evans
Is Axis smart enough to automatically use an ArraySerializer to serialize/deserialize arrays of simple types, a String[] for instance? Or do I have to declare a typeMapping for String[] wherever a uses one? Thanks

Re: xsd:choice (and WSDL2Java)

2005-02-25 Thread Michael Thome
(B (B (B (BDown the rat hole we go... (B (BAt first glance, the below looked like it was going to work, but the (Bserialization/deserialization code emitted by wsdl2java with this (Bapproach incorrectly turns the groups into named elements!   This (Bleaves us in a state where the deserial

regenerateElement

2005-02-25 Thread Laran Evans
Can anyone tell me what the regenerateElement attribute means in a .wsdd file? I've searched the entire ws.apache.org site and the entire 1.2RC2 download and the string "regenerateElement" isn't found. Is this a remnant of an older version? Thanks

Transfer-Encoding chunked

2005-02-25 Thread Ben-Johan van der Walt
Hi,   I have a problem with Axis 1.1 installed on tomcat 4.0.   When Axis responds to a Client's RPC request, Axis creates the correct response but without the terminating 0 and new line at the end of the = SOAP XML Envelope. This is a big problem for ASP.NET, VB and Delphi Clients, sin

Re: xsd:choice (and WSDL2Java)

2005-02-25 Thread Michael Thome
(B (B (B (BOK - I *think* I have a solution.  The following seems to allow me to (B(a) avoid changing the document syntax, (b) validation/parsing works (Bproperly, and (c) wsdl2java seems to generate sane code.  The cost is (Bsome minimal extra complexity in the schema and an extra generate

Problem with Logging

2005-02-25 Thread balyfix
Hello every one, I try to log a simple WS but i can't understand where i wrong... I put my log4j.properties in the WEB-INF/lib and WEB-INF/classes and it' s configurated as follows: --- From Here --- #log4j.rootCategory=DEBUG, LOGFILE log4j.rootCategory=INFO, CONSOLE, LOGFILE # Set the ente

Error in axis call please call

2005-02-25 Thread deepak.2.gupta
Title: Error in axis call please call Hi - I'm trying to test out XMLBeans to use with sending client requests to a web service (via Apache Axis 1.1) and am getting this error:  I'm confused about the 2nd and third lines of the stack trace as there are no date values in my request. It seems

local schemalocations

2005-02-25 Thread Huybens Jean Paul
Title: local schemalocations I am using an axis client to call a webservice in our intranet. I can see the message arrive at the destination, and the answer is sent back. When axis receives the answer it will try to access the internet to look for schema definitions: http://www.w3.org/2001/X

RE: AXIS 1.2 Final ?

2005-02-25 Thread Zhao Sharon-CSC002
In terms of security and proxy support, is there any improvement from 1.1 to 1.2? If so, where do I get the related information? Thanks, Sharon Zhao -Original Message- From: Dovholuk, Clint [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 8:57 AM To: axis-user@ws.apache.org;

Re: xsd:choice (and WSDL2Java)

2005-02-25 Thread Michael Thome
(B (B (B (BAck - you are correct.  I only looked at the generated code (which (Blooks fine) and tried validating against an example that turned out to (Bbe too simple. (B (BNow I don't know... Any workaround would be extremely welcome, as I (Bneed this to work, also. (B (BI really don't

sequence of sets of arrays [was: turning off multirefs]

2005-02-25 Thread Andy Dolbey
Yes, of course, this makes perfect sense. And it works: multirefs are gone. Thanks! This all started as an interop problem: getting an Apache Axis wsdl-generated Java client to communicate successfully with a Franz Allegro Lisp service, where both the request and the response involve sets of St

RE: AXIS 1.2 Final ?

2005-02-25 Thread Dovholuk, Clint
Is there any thought to allowing both Axis 1.x and Axis 2.x run on the same server? I've got an app that needs to have Axis running in the same JVM as the app. This app has old code which works vs the Axis 1.1 distribution but when I add the newest jars for Axis 2.0 I find a class conflict at org

Accessing Headers From WSDL2Java Generated Code

2005-02-25 Thread J . Sugrue
Hi. I'm trying to access the header from the responses I get from a SOAP Server. However, I'm using code generated by the WSDL2Java tool, so I can't seem to find a way to read the headers of these responses. Do I need to alter my generated code, or is there a better way - perhaps I need to

Error while sending message to web service

2005-02-25 Thread deepak.2.gupta
Title: Error while sending message to web service Hi I am sending the object generated by xmlbeans and try to send with the following command to the web service. I am getting the following error. The command is   String ret = (String) call.invoke(new Object[] { newBRDoc } ); Where

Re: AXIS 1.2 Final ?

2005-02-25 Thread Davanum Srinivas
You can expect 1.2 RC3 (official) in a few days time. Maybe a week or two to let people kick the tires and then it will be final. Axis2 is a tech preview for future direction and is an advanced prototype stage. We are having an Axis2 summit end of march where we will decide the future directions an

re: misunderstood about what M1 is for

2005-02-25 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry about my last email, after reading the release notes I can see that this is where axis is going, but it is not even in alpha yet, for Axis2. - -- "Love is mutual self-giving that ends in self-recovery." Fulton Sheen James Black[EMAIL PROTECTED

AXIS 1.2 Final ?

2005-02-25 Thread babloosony
Hi All, Does anyone have an idea when AXIS 1.2 Final and AXIS2 Final will be released ? Regards, Kumar.

Re: Speaking of deserialize exceptions

2005-02-25 Thread Joaco
Hi mariano, Thenks for your fast answer. So?. you said that wsdl does not have all the information that the client need to understand the server ? Regards Joaco. >-- Mensaje original -- >Reply-To: axis-user@ws.apache.org >Date: Fri, 25 Feb 2005 09:13:11 +0100 >From: Mariano Eloy Fernández <[

re: jar file names have changed in axis-1.2 M1

2005-02-25 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am curious about the new jar files and different names. Is there an ant task still? I can't find Java2WsdlAntTask anymore in the jar files. If there isn't one, any plans to add one back in? Also, what jar files need to be in the webapp now for webserv

Re: Axis client OutOfMemoryError

2005-02-25 Thread Yves Langisch
This won't make any difference to the amount of data which has to be serialized. The process of serializing/deserializing is memory intensive. Yves On Fri, 2005-02-25 at 13:14 +0100, Sebastien Mayemba Mbokoso wrote: > I think the best way is u try to create a class which can make > compression. S

Re: Axis client OutOfMemoryError

2005-02-25 Thread Sebastien Mayemba Mbokoso
I think the best way is u try to create a class which can make compression. So u're going to use the class both in the client side and the server side. The client side for the uncompression and the server for the compression. For the compression i think that u have two choices : hardware or softwar

RE: How to integrate Axis with Spring MVC?

2005-02-25 Thread John Menke
See http://opensource.atlassian.com/projects/spring/browse/SPR-371 -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 1:28 AM To: axis-user@ws.apache.org Subject: How to integrate Axis with Spring MVC? I am hoping I can make use of Spring MVC

Re: Does Axis 1.2 RC2 work with JDK1.4.x?

2005-02-25 Thread Sebastien Mayemba Mbokoso
I am using Axis 1.2 RC2 with the jdk 1.4.2_06. I am using the libraries packaged. I didn't compile them. All is working fine. -- Sebastien On Thu, 24 Feb 2005 13:43:31 -0500, Vy Ho <[EMAIL PROTECTED]> wrote: > > Please someone tell me if Axis 1.2 RC2 works on JDK1.4.x? Also, do I > have

Re: Axis 1.2Rc2 & Eclipse 3 plug-in

2005-02-25 Thread Sebastien Mayemba Mbokoso
Maybe u can use Lomboz plugin and doing some changes in order to use 1.2RC2 instead of 1.1 which is used by default by Lomboz. Sebastien On Thu, 24 Feb 2005 13:56:35 +0100, Ivan Venuti <[EMAIL PROTECTED]> wrote: > Hi, > > anyone can suggest a plug in for eclipse v.3 that can integrate

What if constructor throws exception?

2005-02-25 Thread Kai Großjohann
I have a web service with scope=application. The first time a method of this web service is invoked, the constructor is called. Say that constructor throws an exception. Then the client side receives that exception, good. But if the client side again invokes a method (on this web service), then

[ANN]AXIS2-M1 released

2005-02-25 Thread Srinath Perera
The Apache Axis2 Team is pleased to announce the first milestone release of Apache Axis2 and the release is available at http://ws.apache.org/axis2 Downloads: http://cvs.apache.org/dist/axis/v2.0-M1/axis2-M1-src.zip http://cvs.apache.org/dist/axis/v2.0-M1/axis2-M1-bin.zip Release Notes: http://cv

Re: Speaking of deserialize exceptions

2005-02-25 Thread Mariano Eloy Fernández
Hi Joaco, The client probably does not work because if you remove that particular deserializer the server does not know how to deserialize incoming XML request from your client (.NET). WSDL does not change becouse De/Serializers and WSDL are two different things. Regards, Mariano. Joaco wrote: H