Hi,
I have followed the [1] in Test automation documentation. It gives the
$Subject error.

I found the reason for this. The test code refers to a proxy service named "
StockQuoteProxy". But the given synapse config file (proxy_service.xml)
creates a proxy service called "simpleProxy". This config file should be
changed. I have attached the corrected synapse config file.

Regards,
Kavinda

-- 
Vinod Kavinda
Software Engineer, *WSO2, Inc <http://www.wso2.com>.*
Mobile : +94 (0) 712 415544
[email protected]
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://ws.apache.org/ns/synapse";>
    <proxy name="StockQuoteProxy" transports="https http"    startOnLoad="true" trace="disable">
        <target>
            <inSequence>
                <send>
                    <endpoint>   <address uri="http://localhost:9000/services/SimpleStockQuoteService"; />    </endpoint>
                </send>
            </inSequence>
            <outSequence>     <send />   </outSequence>
        </target>
    </proxy>
</definitions>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to