Support for character sets other than UTF8 ?

2002-05-31 Thread Leif Nilsson TACMa
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

Memory leaks - COMProvider ?

2002-06-26 Thread Leif Nilsson TACMa
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

COMProvider patch and ssl question

2002-07-03 Thread Leif Nilsson TACMa
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

Reusing SSL-sessions...

2002-07-04 Thread Leif Nilsson TACMa
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

RE: Reusing SSL-sessions...

2002-07-05 Thread Leif Nilsson TACMa
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

RE: TODO list

2002-10-14 Thread Leif Nilsson TACMa
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

SAXParser ?

2002-10-17 Thread Leif Nilsson TACMa
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

Attachments through COMProvider

2002-10-28 Thread Leif Nilsson TACMa
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

RE: Attachments through COMProvider

2002-11-08 Thread Leif Nilsson TACMa
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

Again: Attachments through COMProvider

2002-12-03 Thread Leif Nilsson TACMa
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!

RE: Again: Attachments through COMProvider

2002-12-10 Thread Leif Nilsson TACMa
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

SSL dies

2003-06-07 Thread Leif Nilsson TACMa
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

Apache SOAP and hanging SSL connections

2003-06-10 Thread Leif Nilsson TACMa
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