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
Instantiation
Accessors
Single message
- $obj->compileMessage(('SENDER'|'RECEIVER'), OPTIONS)
- $obj->messageStructure(XML)
- XML::Compile::SOAP11::Server->messageStructure(XML)
Helpers
Transcoding
Encoding
- $obj->array((NAME|undef), ITEM_TYPE, ARRAY-of-ELEMENTS, OPTIONS)
- $obj->element(TYPE, NAME, VALUE)
- $obj->enc(LOCAL, VALUE, [ID])
- $obj->encAddNamespace(PAIRS)
- $obj->encAddNamespaces(PAIRS)
- $obj->href(NAME, ELEMENT, [ID])
- $obj->multidim((NAME|undef), ITEM_TYPE, ARRAY-of-ELEMENTS, OPTIONS)
- $obj->nil([TYPE], NAME)
- $obj->prefixed(TYPE|(NAMESPACE,LOCAL))
- $obj->startEncoding(OPTIONS)
- $obj->struct(TYPE, CHILDS)
- $obj->typed(TYPE, NAME, VALUE)
Decoding
Actions
- $obj->compileFilter(OPTIONS)
- $obj->compileHandler(OPTIONS)
- XML::Compile::SOAP11::Server->faultWriter()
SEE ALSO
This module is part of XML-Compile-SOAP distribution version 2.27, built on June 22, 2012. 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::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-2012 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