Changeset 5655


Ignore:
Timestamp:
Jun 15, 2011, 10:15:53 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

References #1590: Documentation cleanup

Fixed some minor issues in the Web services section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/developerdoc/webservices.xml

    r4932 r5655  
    221221        BASE uses a method commonly known as <emphasis>web services with attachments</emphasis>
    222222        using MTOM (SOAP Message Transmission Optimization Mechanism) to send file data.
    223         Read the <ulink url="http://ws.apache.org/axis2/1_0/mtom-guide.html">MTOM Guide</ulink>
     223        Read the <ulink url="http://axis.apache.org/axis2/java/core/docs/mtom-guide.html">MTOM Guide</ulink>
    224224        from Apache if you want to know more about this.
    225225      </para>
     
    335335          <para>
    336336            Create a new class that extends
    337             <classname api="net.sf.basedb.ws.server">AbstractRPCService</classname>
     337            <classname docapi="net.sf.basedb.ws.server">AbstractRPCService</classname>
    338338          </para>
    339339        </listitem>
Note: See TracChangeset for help on using the changeset viewer.