Started on Client docs

This commit is contained in:
Arjen Poutsma
2007-02-13 22:54:28 +00:00
parent 5f4c9d997a
commit c19aeac6a4
4 changed files with 169 additions and 6 deletions

View File

@@ -48,5 +48,15 @@
URL to be set using the <property>url</property> property.
</para>
</section>
<section>
<title>Message factories</title>
<para>
In addition to a message sender, the <classname>WebServiceTemplate</classname> requires a Web service
message factory. As explained in <xref linkend="message-factories"/>, there are two message factories
for SOAP: <classname>SaajSoapMessageFactory</classname> and
<classname>AxiomSoapMessageFactory</classname>.
</para>
</section>
</section>
</chapter>