SOAP::SOM

Provides access to the values contained in SOAP Response
Download

SOAP::SOM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Kulchenko
  • Publisher web site:
  • http://search.cpan.org/~bryce/

SOAP::SOM Tags


SOAP::SOM Description

Provides access to the values contained in SOAP Response SOAP::SOM is a Perl module that provides access to the values contained in SOAP Response.Objects from the SOAP::SOM class aren't generally instantiated directly by an application. Rather, they are handed back by the deserialization of a message. In other words, developers will almost never do this: $som = SOAP::SOM->new;SOAP::SOM objects are returned by a SOAP::Lite call in a client context. For example: my $client = SOAP::Lite ->readable(1) ->uri($NS) ->proxy($HOST) $som = $client->someMethod(); Requirements: · Perl


SOAP::SOM Related Software