RE: Working with GLUE client with the Apache SOAP Server

2002-05-15 Thread graham glass
have you tried upgrading to GLUE 2.3, which is the latest version of GLUE? cheers, graham -Original Message- From: Eran Moss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 5:47 PM To: '[EMAIL PROTECTED]' Subject: Working with GLUE client with the Apache SOAP Server Hi, I've

RE: Performance of SOAP RPC ?

2002-01-18 Thread graham glass
hi there, the GLUE web services platform gets about 700 messages/second on a standard PC. (http://www.themindelectric.com) a lot depends on whether the web services platform makes use of HTTP 1.1. persistent connections and how fast its XML parser is. HTTP is actually pretty efficient and not t

RE: Basic Authentication with SOAP

2002-01-11 Thread graham glass
hi max, i think that lots of SOAP implementations support this. for example, GLUE (http://www.themindelectric.com). cheers, graham -Original Message- From: Max Stolyarov [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:13 AM To: '[EMAIL PROTECTED]' Subject: RE: Basic Authent

RE: WSDL descriptors

2001-11-16 Thread graham glass
Alex is looking for a way to describe, in WSDL, that a method uses an attachment. There isn't currently a way to do that in WSDL is there? Rob -Original Message- From: "graham glass" <[EMAIL PROTECTED]> Date: Fri, 16 Nov 2001 17:23:25 -0600 Subject: RE: WSDL de

RE: WSDL descriptors

2001-11-16 Thread graham glass
Title: RE: WSDL descriptors hi alex,   GLUE has exactly what you're looking for, with full support for SOAP attachments and bidirectional translation between java methods and WSDL using the wsdl2java and java2wsdl utilities.   cheers, graham   download GLUE free from: http://www.themindel

RE: RE: multithreaded soap server

2001-09-17 Thread graham glass
high performance multithreaded soap server (that talks to apache soap) where i can deploy web services. Regards, Siddharth. On Tue, 18 Sep 2001 graham glass wrote : >GLUE is free for most commercial uses. >download from: http://www.themindelectric.com > >cheers, >graham >

RE: multithreaded soap server

2001-09-17 Thread graham glass
GLUE is free for most commercial uses. download from: http://www.themindelectric.com cheers, graham -Original Message- From: siddharth aggarwal [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 11:22 PM To: [EMAIL PROTECTED] Subject: multithreaded soap server Hi, Can anybody

RE: DateSerializer bug?

2001-08-17 Thread graham glass
hi guys, we just encountered the same problem with GLUE. the reason is that SimpleDateFormat is not MT-safe. i looked at the source and it uses a stateful Calendar object during a parse() operation. this took me by surprise as well! cheers, graham -Original Message- From: Hansen, Rich

RE: SOAP and JAXB....

2001-08-15 Thread graham glass
the GLUE web services platform has built-in transparent serialization to/from XML that is much simpler to use than JAXB. it is free for most commercial uses.   download from http://www.themindelectric.com   cheers, graham -Original Message-From: RK [mailto:[EMAIL PROTECTED]]Sen

RE: Bugs in Soap 2.2 BeanSerializer?

2001-07-13 Thread graham glass
hi alek, the limitation is with BeanSerializer, not with java. there are several java implementations of SOAP that do not have this problem. cheers, graham -Original Message- From: Aleksander Slominski [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 5:17 PM To: [EMAIL PROTECTED]

RE: JAXM released

2001-06-28 Thread graham glass
out of interest, is Axis going to use JAXM? -Original Message- From: Vivek Chopra [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 1:08 PM To: SOAP Developer Mailing List/Apache Subject: JAXM released Available at http://developer.java.sun.com/developer/earlyAccess/xml/jaxm/ "J

RE: SOAP Performance against RMI

2001-06-26 Thread graham glass
hi guys, rather than thinking about "SOAP performance", i encourage you to think about "performance of implementations of SOAP". implementations of SOAP vary widely in performance. for example, GLUE, our web services platform, achieves around 700-800 messages/second on a standard PC. i recommen