The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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

METHODS

Constructors

$obj->new(OPTIONS)

See "Constructors" in XML::Compile::SOAP11

Instantiation

XML::Compile::SOAP11::Server->new(OPTIONS)

See "Instantiation" in XML::Compile::SOAP::Server

Accessors

$obj->name()

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

$obj->role()

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

$obj->schemas()

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

$obj->version()

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

Single message

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

See "Single message" in XML::Compile::SOAP11

$obj->messageStructure(XML)
XML::Compile::SOAP11::Server->messageStructure(XML)

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

Helpers

Transcoding

$obj->replyMustUnderstandFault(TYPE)

See "Transcoding" in XML::Compile::SOAP

$obj->roleAbbreviation(URI)

See "Transcoding" in XML::Compile::SOAP

$obj->roleURI(URI|STRING)

See "Transcoding" in XML::Compile::SOAP

Encoding

$obj->array((NAME|undef), ITEM_TYPE, ARRAY-of-ELEMENTS, OPTIONS)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->element(TYPE, NAME, VALUE)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->enc(LOCAL, VALUE, [ID])

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->encAddNamespace(PAIRS)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->encAddNamespaces(PAIRS)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->href(NAME, ELEMENT, [ID])

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->multidim((NAME|undef), ITEM_TYPE, ARRAY-of-ELEMENTS, OPTIONS)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->nil([TYPE], NAME)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->prefixed(TYPE|(NAMESPACE,LOCAL))

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->startEncoding(OPTIONS)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->struct(TYPE, CHILDS)

See "Encoding" in XML::Compile::SOAP11::Encoding

$obj->typed(TYPE, NAME, VALUE)

See "Encoding" in XML::Compile::SOAP11::Encoding

Decoding

$obj->dec(XMLNODES)

See "Decoding" in XML::Compile::SOAP11::Encoding

$obj->decSimplify(TREE, OPTIONS)

See "Decoding" in XML::Compile::SOAP11::Encoding

$obj->startDecoding(OPTIONS)

See "Decoding" in XML::Compile::SOAP11::Encoding

Actions

$obj->compileFilter(OPTIONS)

See "Actions" in XML::Compile::SOAP::Server

$obj->compileHandler(OPTIONS)

See "Actions" in XML::Compile::SOAP::Server

XML::Compile::SOAP11::Server->faultWriter()

See "Actions" in XML::Compile::SOAP::Server

SEE ALSO

This module is part of XML-Compile-SOAP distribution version 2.35, built on January 14, 2013. Website: http://perl.overmeer.net/xml-compile/

Other distributions in this suite: XML::Compile, XML::Compile::SOAP, XML::Compile::SOAP12, XML::Compile::SOAP::Daemon, XML::Compile::SOAP::WSA, XML::Compile::C14N, XML::Compile::WSS, XML::Compile::WSS::Signature, XML::Compile::Tester, XML::Compile::Cache, XML::Compile::Dumper, XML::Compile::RPC, XML::Rewrite, XML::eXistDB, and XML::LibXML::Simple.

Please post questions or ideas to the mailinglist at http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile

For live contact with other developers, visit the #xml-compile channel on irc.perl.org.

LICENSE

Copyrights 2007-2013 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