NAME

XML::Compile::SOAP11::Server - SOAP1.1 server needs

INHERITANCE

XML::Compile::SOAP11::Server
  is a XML::Compile::SOAP11
  is a XML::Compile::SOAP

XML::Compile::SOAP11::Server
  is a XML::Compile::SOAP::Server

SYNOPSIS

DESCRIPTION

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

STATUS

METHODS

$obj->prepareServer(SERVER)

    The SERVER is a XML::Compile::SOAP::HTTPServer object, which will need some messages prepared for general purpose.

Constructors

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

$obj->new(OPTIONS)

$obj->roleAbbreviation(STRING)

Accessors

$obj->encodingNS

$obj->envelopeNS

$obj->prefixPreferences(TABLE)

$obj->schemas

$obj->version

Single messages

Sender (internals)

$obj->sender(ARGS)

$obj->writerConvertFault(NAME, DATA)

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

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

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

$obj->writerEncstyleHook(NAMESPACE-TABLE)

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

Receiver (internals)

$obj->readerEncstyleHook

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

$obj->readerParseBody(BODYDEF)

$obj->readerParseHeader(HEADERDEF)

$obj->receiver(ARGS)

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