Return-Path: Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 81232 invoked from network); 5 Feb 2001 22:19:54 -0000 Received: from cosrel2.hp.com (156.153.255.162) by h31.sny.collab.net with SMTP; 5 Feb 2001 22:19:54 -0000 Received: from omgw1.boi.hp.com (omgw1.boi.hp.com [15.56.8.101]) by cosrel2.hp.com (Postfix) with ESMTP id 4FAAEDB for ; Mon, 5 Feb 2001 15:19:48 -0700 (MST) Received: from xboibrg1.boi.hp.com (xboibrg1.boi.hp.com [15.56.8.167]) by omgw1.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit6.0.6 OpenMail) with ESMTP id PAA00818 for ; Mon, 5 Feb 2001 15:19:58 -0700 (MST) Received: by xboibrg1.boi.hp.com with Internet Mail Service (5.5.2653.19) id <1HYHZ18H>; Mon, 5 Feb 2001 15:19:58 -0700 Message-ID: From: "MURRAY,BRYAN (HP-FtCollins,ex1)" To: "'axis-dev@xml.apache.org'" Subject: RE: [Vote] 1 Msg or 2 Date: Mon, 5 Feb 2001 15:19:56 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Does Axis intend to support one-way messages? If so, how is this handled by the 2 message version? What is an example where a request-processing handler needs access to the response message or vice versa. Thanks, Bryan Murray -----Original Message----- From: Doug Davis [mailto:dug@us.ibm.com] Sent: Sunday, February 04, 2001 10:59 AM To: axis-dev@xml.apache.org Subject: Re: [Vote] 1 Msg or 2 Like someone said, I don't remember who, one or two messages doesn't preclude streaming - each message could be a stream (or not depending on what we decide). What we're really trying to determine is whether or not we have two of these thingies, or in other words, do we: 1 - have a single message passed to each handler and the handler can tweak the message as it sees fit, but then returns a single message for the rest of the chain or 2 - have two messages passed to the handlers, one representing the incoming/request message and one representing the outgoing/response message and the handler can tweak either, or both, but then those two are then passed on to the rest of the chain. To stream or not to stream is a different issue (to me anyway). -Dug "George I Matkovits" on 02/04/2001 01:43:53 PM Please respond to axis-dev@xml.apache.org To: axis-dev@xml.apache.org cc: Subject: Re: [Vote] 1 Msg or 2 -1 on 2 MSGs, without streaming SOAP messaging will be dead. Regards - George Sam Ruby wrote: > I seem to have lost the battle for streaming the inbound message. I must > agree that conformance to the spec is a fairly compelling argument. > > So now, I ask: can the outbound message be streamed? It seems to me that a > fairly common scenario would be that the inbound message is a selection > criteria, and the outbound message is the results of a database query. > > - Sam Ruby