Changeset 5655
- Timestamp:
- Jun 15, 2011, 10:15:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/developerdoc/webservices.xml
r4932 r5655 221 221 BASE uses a method commonly known as <emphasis>web services with attachments</emphasis> 222 222 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> 224 224 from Apache if you want to know more about this. 225 225 </para> … … 335 335 <para> 336 336 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> 338 338 </para> 339 339 </listitem>
Note: See TracChangeset
for help on using the changeset viewer.