The current source (post-2.3.1) has the ability to do what WSDL 1.1 defined as a 
one-way call.  However, I do not think that is really what you want.  A one-way SOAP 
call means that a SOAP payload travels only in one direction.  The "standard" 
underlying transport is HTTP, which is by nature a request-response transport.  Thus, 
with one-way SOAP calls, the client sends an HTTP request that contains a SOAP 
payload, then receives an HTTP response with no SOAP payload.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Jonathan Roberts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 13, 2004 6:38 AM
Subject: Re: synchronous


Hi.
 
The context is really - "can you send a soap request without waiting for a response 
handshake".
 
Regards
 
Jonathan
 


Mostafa Hany Afifi <[EMAIL PROTECTED]> wrote:
I can't be certain if this would work since you didn't give a context,
but you can use a messaging service for time independance. Have a look
through JMS (messaging service for J2EE) or WebsphereMQ for a c/cobol
middleware.

b/w

M

On Fri, 13 Feb 2004, Jonathan Roberts wrote:

>Hi.
>
>Is it possible for the soap service to be asynchronous.
>
>Regards
>
>Jonathan
>
>
>---------------------------------
>BT Yahoo! Broadband - Free modem offer, sign up online today and save £80

---------------------------------
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80

Reply via email to