We are currently always setting conversational to false in our WSDL
Interface Introspector. The SCA Assembly spec section 1.5.4 mentions
the usage of Policy intents to define this attribute in the portType,
and I'm  going to be switching our WSDL Interface Introscpector to
support and set the conversational flag based on whether or not the
WSDL PortType has the "requires conversational" attribute set. Below
is an example on how you would define this in your WSDL file :


    <portType name="StockQuotePortType" sca:requires="sca:conversational">
        <operation name="getLastTradePrice">
            <input message="tns:GetLastTradePriceInput" />
            <output message="tns:GetLastTradePriceOutput" />
        </operation>
    </portType>


Please let me know if you have questions or concerns.


-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Reply via email to