apache > cocoon
 
Font size:      

Axis RPC Reader in Cocoon (2.1 legacy document)

Warning
This document was copied as is from the Cocoon 2.1 documentation, but has not yet been fully reviewed or moved to its new home.

AxisRPCReader

NAMEtemplate
WHATThe AxisRPCReader allows to serve SOAP requests from your Cocoon application.
TYPEReader, Sitemap Component
BLOCKAxis
CLASSorg.apache.cocoon.reading.AxisRPCReader
SINCECocoon 2.1
CACHEABLEno

Description

A general description of AxisRPCReader

Usage

A usage scenario of AxisRPCReader

Sitemap pipeline examples

<map:match pattern="rpcrouter">
  <map:read type="soap-rpc" mime-type="text/xml"/>
</map:match>
       

Sitemap component configuration example

<map:readers...
  <map:reader name="soap-rpc"
    src="org.apache.cocoon.reading.AxisRPCReader"
    logger="sitemap.reader.soap-rpc" 
    >
    <!-- optional reader configuration -->
    ...
  </map:readers>
...

Configuration

Explain the sitemap reader configuration, options when declaring template reader

Setup

Explain the sitemap reader setup, ie options when using template reader

Effect on Object Model and Sitemap Parameters

Bugs/Caveats

As a prerequisite for AxisRPCReader to work properly, the Avalon component SoapServer has to be configured in the cocoon.xconf file.

History

12-25-02: initial creation by Bernhard Huber

See also

Links to related components pages.

Comments

add your comments