NAME
XML::Compile::SOAP::Daemon::LWPutil - LWP helper routines
INHERITANCE
XML::Compile::SOAP::Daemon::LWPutil
is a Exporter
FUNCTIONS
- lwp_action_from_header(REQUEST)
-
Collect the soap action URI from the request, with
undef
on failure. Officially, the "SOAPAction" has no other purpose than the ability to route messages over HTTP: it should not be linked to the portname of the message (although it often can). - lwp_add_header(FIELD, CONTENT, ...)
- lwp_handle_connection(CONNECTION, OPTIONS)
- lwp_make_response(REQUEST, RC, MSG, BODY)
- lwp_run_request(REQUEST, HANDLER, [CONNECTION])
-
Handle one REQUEST (HTTP::Request object), which was received from the CLIENT (string). When the request has been received, the HANDLER is called. With that result, a response message is composed.
- lwp_wsdl_response([WSDLFILE|RESPONSE])
-
Set the result of WSDL query responses, either to a response which is created internally containing WSDLFILE, or to an already complete RESPONSE object (HTTP::Response). The response object is returned.
SEE ALSO
This module is part of XML-Compile-SOAP-Daemon distribution version 3.00, built on April 15, 2011. 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::SOAP::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-2011 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