NAME

XML::Compile::SOAP12::Server - SOAP1.2 server needs

INHERITANCE

XML::Compile::SOAP12::Server
  is a XML::Compile::SOAP12
  is a XML::Compile::SOAP

XML::Compile::SOAP12::Server
  is a XML::Compile::SOAP::Server

SYNOPSIS

DESCRIPTION

Thos module does not implement an actual soap server daemon, but the needs to create the server side. The server daemon is implemented by XML::Compile::SOAP::Daemon.

STATUS

METHODS

$obj->prepareServer(SERVER)

Constructors

$obj->new(OPTIONS)

See "Constructors" in XML::Compile::SOAP12

Accessors

$obj->encodingNS

See "Accessors" in XML::Compile::SOAP

$obj->envelopeNS

See "Accessors" in XML::Compile::SOAP

$obj->prefixPreferences(TABLE)

See "Accessors" in XML::Compile::SOAP

$obj->roleAbbreviation(STRING)

See "Accessors" in XML::Compile::SOAP12

$obj->rpcNS

See "Accessors" in XML::Compile::SOAP12

$obj->schemas

See "Accessors" in XML::Compile::SOAP

$obj->version

See "Accessors" in XML::Compile::SOAP

Single messages

$obj->compileMessage(('SENDER'|'RECEIVER'), OPTIONS)

See "Single messages" in XML::Compile::SOAP

Sender (internals)

$obj->sender(ARGS)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerConvertFault(NAME, DATA)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateBody(BODY-DEFS, NAMESPACE-TABLE)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateFault(FAULT-DEFS, NAMESPACE-TABLE, FAULTTYPE)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerCreateHeader(HEADER-DEFS, NS-TABLE, UNDERSTAND, DESTINATION)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerEncstyleHook(NAMESPACE-TABLE)

See "Sender (internals)" in XML::Compile::SOAP

$obj->writerHook(NAMESPACE, LOCAL, ACTIONS)

See "Sender (internals)" in XML::Compile::SOAP

Receiver (internals)

$obj->readerEncstyleHook

See "Receiver (internals)" in XML::Compile::SOAP

$obj->readerHook(NAMESPACE, LOCAL, ACTIONS)

See "Receiver (internals)" in XML::Compile::SOAP

$obj->readerParseBody(BODYDEF)

See "Receiver (internals)" in XML::Compile::SOAP

$obj->readerParseHeader(HEADERDEF)

See "Receiver (internals)" in XML::Compile::SOAP

$obj->receiver(ARGS)

See "Receiver (internals)" in XML::Compile::SOAP

Helpers

DETAILS

SEE ALSO

This module is part of XML-Compile-SOAP distribution version 0.56, built on October 12, 2007. Website: http://perl.overmeer.net/xml-compile/

LICENSE

Copyrights 2007 by Mark Overmeer. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html