Hi ,
I returned to axis after long absence. I would like to know, how much build
time and run time support I get if I choose SMTP as the transport
and
email address as the soap address ei:
<binding name="StockQuoteSoap" type="tns:StockQuotePortType">
<soap:binding style="document"
transport="http://example.com/smtp"/>
<operation name="SubscribeToQuotes">
<input message="tns:SubscribeToQuotes">
<soap:body parts="body" use="literal"/>
<soap:header message="tns:SubscribeToQuotes"
part="subscribeheader" use="literal"/>
</input>
</operation>
</binding>
<service name="StockQuoteService">
<port name="StockQuotePort"
binding="tns:StockQuoteSoap">
<soap:address
location="mailto:[EMAIL PROTECTED]"/>
</port>
</service>
Thanks
Josef Frydl
[EMAIL PROTECTED]
410-345-8511