do an Apache SOAP 2.3 release ?

2002-04-25 Thread Sanjiva Weerawarana
Hello, Its been quite a while since we released v2.2 of Apache SOAP. Since then about 50 bugs have been fixed and there are about another 50 remaining in the queue (most of them are non-bugs or trivial but some a big). I'm interested in doing a v2.3 to try to capture all the fixes that have bee

Apache SOAP Compression

2002-04-25 Thread Mark Childerson
When using Apache SOAP with Tomcat for the server, and Apache SOAP for the client, is there a way to automatically enable compression for both?

Problems with the Stock Quote Application

2002-04-25 Thread Gold, Laurence (MLIM)
I was able to get the Address book application to work, no I have moved on to the stock quote. I am able to deploy it, but when I execute the "testit" file I get a Soap Fault Error.   Deployed Services:     http://www.ibm.com/namespace/wsif/samples/ab     urn:xmltoday-delayed-q

AW: Using HTTP compression with SOAP

2002-04-25 Thread Mittermaier, Christian
Tiago, I think, the scenario is slightly different with web services. Usually, you have a request followed by a response, where the amount of data sent in the request is more or less negligible (e.g. HTTP GET to retrieve a web site). Here the request may use Accept-Encoding to get the response

RE: Using HTTP compression with SOAP

2002-04-25 Thread Kapil Kapoor
Tiago, I have a web service client application implemented with MS SOAP Toolkit, any idea if MS SOAP Toolkit supports compression ? If yes, can you point how the configuration should be done to achieve compression. Regards Kapil -Original Message- From: Tiago [mailto:[EMAIL PROTECTED]] S

Re: Using HTTP compression with SOAP

2002-04-25 Thread Tiago
Hi, Christian. The main idea for HTTP is that if the request header says "Accept-Encoding: gzip" and the web server can do gzip compression, the the response header will contain "Content-Encoding: gzip" and the content will be gzipped. I know most web servers support "on the fly" compression. Yo

Connection state within a provider

2002-04-25 Thread BG
We are working on creating web service interface for access to legacy systems. In order to that we want to establish connection once within the apache soap provider's locate method (or elsewhere) and use the same connection later from locate/invoke for web service invocation. Is this possible t

OFF TOPIC: Using HTTP compression with SOAP

2002-04-25 Thread Mittermaier, Christian
Hi, there was a posting to this list quite a time ago concerning compression of SOAP messages. Actually, I am facing a similar problem now and I wonder if anybody has an idea or comment about it. So my basic approach is as follows: I don't want to care about compression at all, instead I want

RE: Webservice Call from JDK 1.3 to JDK 1.2 returning JavaBean type o bject

2002-04-25 Thread Tim Joyce
Frederick, > I have a web service running on WLS 5.1, JDK 1.2. The exposed method > returns a JavaBean type object, say XBean. Now, on another > machine I have a > soap client running on WLS 6.1, JDK 1.3. Will the soap > client be able to > typecast the object returned by soapResult.getValue

Re: Unsubscribe me

2002-04-25 Thread Ruben_Inoto
To remove your address from the list, send a message to: <[EMAIL PROTECTED]> To stop subscription for an alternate address, for example "[EMAIL PROTECTED]", just add a hyphen and your address (with '=' instead of '@') after the command

Unsubscribe me

2002-04-25 Thread Ludovic Bertin
Unsubscribe me

Unsubscribe me

2002-04-25 Thread Colin Saxton
-Original Message- From: Dilova, Tereza (BG) [mailto:[EMAIL PROTECTED]] Sent: 25 April 2002 06:56 To: [EMAIL PROTECTED] Subject: Unsubscribe me Unsubscribe me This email and any files transmitted with it are c

Apache XMLParserUtils.getXMLDocBuilder vs. JAXP DocumentBuilderFactory.newDocumentBuilder

2002-04-25 Thread Mark Hansen
I'm using Apache SOAP 2.2 and also Sun's J2EE reference implementation. Is there any difference between the two approaches available for obtaining a DocumentBuilder: Apache's XMLParserUtils.getXMLDocBuilder or Sun's JAXP DocumentBuilderFactory.newDocumentBuilder? If so, which approach is recomme