GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Component::Server::SOAP::Response(3) User Contributed Perl Documentation POE::Component::Server::SOAP::Response(3)

POE::Component::Server::SOAP::Response - Emulates a SimpleHTTP::Response object, used to store SOAP data

        use POE::Component::Server::SOAP;

        # Get the response object from SOAP
        my $response = $_[ARG0];

        print $response->soapmethod;

        This module is used as a drop-in replacement, because we need to store some SOAP data for the response.

        # Get the response object from SOAP
        my $response = $_[ARG0];

        $response->soaprequest()        # Returns the original HTTP::Request object from SimpleHTTP
        $response->soapservice()        # Returns the service that triggered this SOAP instance
        $response->soapmethod()         # Returns the method that triggered this SOAP instance
        $response->soapuri()            # Returns the original URI of the request without the method
        $response->soapheaders()        # Returns an arrayref of SOAP::Header objects ( undef if none )
        $response->soapbody()           # Returns the body as a hashref ( undef if no arguments )

Nothing.

        L<POE::Component::Server::SimpleHTTP>

        L<POE::Component::Server::SimpleHTTP::Connection>

        L<POE::Component::Server::SOAP>

        L<SOAP::Lite>

Apocalypse <apocal@cpan.org>

Copyright 2009 by Apocalypse

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2009-02-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.