You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Ruwan Linton (JIRA)" <ji...@apache.org> on 2008/03/12 13:22:46 UTC

[jira] Assigned: (SYNAPSE-250) Makefault mediator does not handle POX or REST properly

     [ https://issues.apache.org/jira/browse/SYNAPSE-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton reassigned SYNAPSE-250:
------------------------------------

    Assignee: Ruwan Linton

> Makefault mediator does not handle POX or REST properly
> -------------------------------------------------------
>
>                 Key: SYNAPSE-250
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-250
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: Ubuntu7.04, JDK1.5.0_14
>            Reporter: Evanthika Amarasiri
>            Assignee: Ruwan Linton
>
> Below are the scenarios which were tried out
> Scenario 1 - Sending a POX request
> ======================
> 1. Created a configuration as follows
>    <sequence name="xslt_transfom_sequence" onError="fault">
>         <in>
>             <xslt key="xslt_for_request"/>
>             <send>
>                 <endpoint>
>                     <address uri="http://[host]:[port]/services/[service_name]"/>
>                 </endpoint>
>             </send>
>         </in>
>         <out>
>             <send/>
>         </out>
>     </sequence>
>     <sequence name="fault">
>         <log/>
>         <makefault version="soap12">
>             <code xmlns:sf12="http://www.w3.org/2003/05/soap-envelope" value="sf12:Receiver"/>
>             <reason value="Exception occurred when transforming the request/response"/>
>         </makefault>
>         <header name="To" action="remove"/>
>         <property name="RESPONSE" value="true"/>
>     </sequence>
> 2. The XSLT file that this configuration is accessing is an invalid XSLT.
> 3. Send a POX request through the client and expect a POX fault but actually it sends a SOAP fault
> Scenario 2 - Sending a REST request
> =======================
> Using the same configuration given above, send a REST request. It sends a SOAP fault and not a fault in REST

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org