You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Evanthika Amarasiri (JIRA)" <ji...@apache.org> on 2007/05/03 08:58:15 UTC

[jira] Created: (SYNAPSE-93) When running sample 112 Synapse do not send a HTTP 202 acknowledgement to the Client

When running sample 112 Synapse do not send a HTTP 202 acknowledgement to the Client
------------------------------------------------------------------------------------

                 Key: SYNAPSE-93
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-93
             Project: Synapse
          Issue Type: Bug
         Environment: WindowsXP, JDK 1.5, synapse-1.0-RC2-SNAPSHOT
            Reporter: Evanthika Amarasiri


When running the sample 112, SimpleStockQuoteService replies to Synapse with a HTTP 202 reply but no HTTP 202 acknowledgement is sent from Synapse to the Client

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


[jira] Resolved: (SYNAPSE-93) When running sample 112 Synapse do not send a HTTP 202 acknowledgement to the Client

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera resolved SYNAPSE-93.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-RC2-B2
         Assignee: Asankha C. Perera

Fixed 

The fix involves creating a dummy message context with an empty SOAP envelope and passing it back to Synapse as the response received. Synapse needs to now <send/> this message back to the client, in order to write a 202 Accepted back to its client. If the client <-> synapse transport is anything other than http/s, this dummy message would be dropped - e.g. for JMS

> When running sample 112 Synapse do not send a HTTP 202 acknowledgement to the Client
> ------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-93
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-93
>             Project: Synapse
>          Issue Type: Bug
>         Environment: WindowsXP, JDK 1.5, synapse-1.0-RC2-SNAPSHOT
>            Reporter: Evanthika Amarasiri
>         Assigned To: Asankha C. Perera
>             Fix For: 1.0-RC2-B2
>
>
> When running the sample 112, SimpleStockQuoteService replies to Synapse with a HTTP 202 reply but no HTTP 202 acknowledgement is sent from Synapse to the Client

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org