I need to control what type of character encoding to use when talking SOAP.
In particular I need to use UTF7 when talking to an embedded device.
Does anyone know how and if this is supported by Apache SOAP v2.2 ?
Leif Nilsson
Software Engineer
TAC AB
Jägershillgatan 18
SE-213 75 Malmö, Sweden
Hi,
I use Java 1.4.0, Tomcat 3.3 and SOAP 2.2 to expose webservices to an
existing COM-server.
My java client also use SOAP 2.2.
It seems that the tomcat process is "leaking" ...
(Transferring 800 KB in 20 KB chunks means leaking 1-2 MB)
None of the other processes involved leaks...
Has any
Hi,
COMPROVIDER
==
Two memory leaks have now been fixed in RPCProvider.cpp.
If you compare the original version with the new one you'll find two calls
to
::VariantClear(&result);
And one call to
::SysFreeString(bstrS);
I'm not 100% sure that all leaks are handled but it is much
Hi,
Is there a way to reuse the SSL-session for several SOAP-Calls ?
As I've stated before it seems that soap over SSL sooner or later just
fails. By activating the system property javax.net.debug (JSSE)
it is clear that two independant sessions are created for each
Call/SOAPHttpConnection.
A
Sanjiva..
I got that!
I was talking about SSL-sessions (not HTTP-sessions).
If the correct term is connection or not I don't know.
But if you look at JSSE - they talk about SSL-sessions.
If you look at SSL-specs they also talk about SSL-sessions.
Below it all we have TCP ...
What I wanted to ac
What about using a SAX parser instead of a DOM parser ?
What is the status on this ?
SAX parser has been discussed and so has performance.
Quoting Axis:
Speed. Axis uses SAX (event-based) parsing to acheive significantly greater
speed than earlier versions of Apache SOAP.
/Leif Nilsson
-Or
There has been discussions about using a SAX parser instead of a DOM parser.
What is the status on this ?
Quoting Axis:
Speed. Axis uses SAX (event-based) parsing to acheive significantly greater
speed than earlier versions of Apache SOAP.
/Leif Nilsson
Leif Nilsson
Software Engineer
TAC AB
Hi!
We send XML-files through Apache Soap.
There is a COM-server accessed via Apaches COMProvider.
The best way to send files as discussed is through attachments.
The only way I have figured out to do this via the ComProvider is to alter
the
org.apache.soap.providers.com.RPCProvider.java code.
I
about this, but I'm still thinking it over.
Scott Nichol
- Original Message -
From: "Leif Nilsson TACMa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 1:10 PM
Subject: Attachments through COMProvider
Hi!
We send XML-files through
Hi!
Since no one seems to object I suggest this change to be added.
/Leif
> -Original Message-
> From: Leif Nilsson TACMa
> Sent: Monday, October 28, 2002 19:10
> To: '[EMAIL PROTECTED]'
> Subject: Attachments through COMProvider
>
> Hi!
4. Would we be able to implement
this for another data type (array of byte?) that would support arbitrary
files?
Scott Nichol
----- Original Message -
From: "Leif Nilsson TACMa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 03, 2002 3:24 AM
Subject
Hi!
I have a problem of my apache soap client suddenly stops executing (it takes
som days).
Debugging shows that the client hangs in SSLUtils.buildSSLSocket() as it in
turn calls SSLSocketImpl.startHandshake();
following the stack trace it ends in SocketInputStream.socketRead() (native)
TIme for
Hi!
As you all might have seen I'm having difficulty with SSL connections that
simply hangs.
Version info etc..
* I use soap nightly build from 2003-05-06
(this was introduced in the hope that the
added ssl connect timeout support might solve the problem)
* Furthermore I use J2sdk ve
13 matches
Mail list logo