Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
WSDL Interface Example
<interface name=“Banking”>
<operation name=“transfer”
pattern=“http://www.w3.org/2004/08/wsdl/in-out”>
<input element=“Transfer”/>
<output element=“Balance”/>
<outfault ref=“ InvalidBankAccount ”/>
<outfault ref=“ InsufficientFunds ”/>
</operation>
<operation name=“balance” safe=“true”
pattern=“http://www.w3.org/2004/08/wsdl/in-out”>
<input element=“ BalanceRequest ”/>
<output element=“Balance”/>
<outfault ref=“ InvalidBankAccount ”/>
</operation>
<fault name=“ InvalidBankAccount ”
element=“ InvalidAccountInfo ” />
<fault name=“ InsufficientFunds ”
element=“ InsufficentFundsInfo ” />
</interface>
Speaker notes:
Content Tools
Tools
Sources (0)
Tags (0)
Comments (0)
History
Usage
Questions (0)
Playlists (0)
Quality
Sources
There are currently no sources for this slide.