<slide title="Document/Literal Key Points">
<list>
<bullet>Doc/Lit will become the defacto standard for Web Services</bullet>
<bullet>Services typically support only RPC/Encoded OR Doc/Lit</bullet>
<bullet>MS .Net defaults to Doc/Lit</bullet>
<bullet>Doc/Lit is easier for dynamicaly typed langauges</bullet>
<bullet>Doc/Lit is less supported than RPC/Encoded because it is 'harder' to understand.</bullet>
<bullet>Literal encoding avoids some (de)serialization overhead</bullet>
<bullet>PEAR::SOAP defaults to RPC/Encoded, you must set style and use</bullet>
</list>

</slide>
