Axis RPC Reader in Cocoon
http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Main
User Documentation

Readers
Overview

Default
Resource Reader

Core

Optional
Database Reader
JSP Reader

Scratchpad
AxisRPC Reader
Byte Range Resource Reader
Directory ZIP Archiver
Image Reader

AxisRPCReader
NAMEtemplate
WHATThe AxisRPCReader allows to serve SOAP requests from your Cocoon application.
TYPEReader, Sitemap Component
BLOCKScratchpad
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

Copyright

Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.

See also

Links to related components pages.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.