[ 
https://issues.apache.org/jira/browse/SYNAPSE-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578243#action_12578243
 ] 

Evanthika Amarasiri commented on SYNAPSE-251:
---------------------------------------------

I'm sorry for making it confusing. The actual issue is that when I send a POX 
request from the client, Synapse would convert it to a POX message. Then when 
the fault is sent back to the client it should be sent as a SOAP fault and not 
as a POX message. This is what I was trying to say. But anyway the fault is 
sent to the client in the SOAP format but it is not sent as a SOAP fault. 
Instead, it is being sent as a normal exception message as below. Is this 
correct? Please clarify.

<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Body>
         <Exception>org.apache.axis2.AxisFault: The service cannot be found for 
the endpoint reference (..................</Exception>
      </soapenv:Body>
   </soapenv:Envelope>

> Synapse fails to handle the fault process properly
> --------------------------------------------------
>
>                 Key: SYNAPSE-251
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-251
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: Ubuntu7.04, JDK1.5.0_14
>            Reporter: Evanthika Amarasiri
>            Assignee: Ruwan Linton
>
> Following scenarios were tried out
> Scenario 1 - Sending a POX request to the server
> ==============================
> 1. Create a configuration as below
>    <sequence name="xslt_transfom_sequence" onError="fault">
>         <in>
>             <xslt key="xslt_for_request"/>
>             <send>
>                 <endpoint>
>                     <address 
> uri="http://[host]:[port]/services/invalid_service"; format="pox"/>
>                 </endpoint>
>             </send>
>         </in>
>         <out>
>             <send/>
>         </out>
>     </sequence>
> 2. Send a SOAP request  from the client and convert it into a POX message 
> before sending to the server.
> 3. Since the service URL does not exist it will return a SOAP fault but since 
> a POX message is sent to the server, the fault returned should also be POX. 
> But actually it just sends back an exception and not a POX fault.
> Scenario 2 - Sending a REST request to the server
> ==============================
> Similarly when a REST request is sent it just sends an error and not a REST 
> fault
> Therefore seems that Synapse cannot process faults properly

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to