I can achieve this by using Action header and soap11 address [1], or
using soap12 [2], What would be the differences/advantages/disadvantages of
one over other  (i.e [1] and [2]). What is the prefered way?

[1]
<header name="Action" value="urn:getQuote"></header>
<send>
    <endpoint>
       <address format="soap11" uri="
http://localhost:9000/services/SimpleStockQuoteService"; />
    </endpoint>
</send>

[2]
<send>
    <endpoint>
       <address format="soap12" uri="
http://localhost:9000/services/SimpleStockQuoteService"; />
    </endpoint>
</send>



-- 
*Susinda Perera*
Software Engineer
Mobile:(+94)716049075

WSO2 Inc. http://wso2.com/
Tel : 94 11 214 5345 Fax :94 11 2145300
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to