RESTful invocation failed for Sequences with Default Endpoints
--------------------------------------------------------------

                 Key: SYNAPSE-647
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-647
             Project: Synapse
          Issue Type: Bug
          Components: Core
            Reporter: Kasun Indrasiri



Step to reproduce:

1. Synapse configuration: 

<sequence name="main">
        <in>
            <header name="To" 
value="http://localhost:9000/services/SimpleStockQuoteService"/>
            <send>
                <endpoint>
                    <default/>
                </endpoint>
            </send>
        </in>
        <out>
            <send/>
        </out>
    </sequence>

2. RESTful invocation
http://localhost:8280/services/proxy/getQuote?request=IBM

3. SOAP Fault
<soapenv:Reason 
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";><soapenv:Text 
xml:lang="en-US">The endpoint reference (EPR) for the Operation not found is 
/services/SimpleStockQuoteService and the WSA Action = null. If this EPR was 
previously reachable, please contact the server 
administrator.</soapenv:Text></soapenv:Reason>

However both proxy service and sequence RESTful invocation works fine with 
Address Endpoints

-- 
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