Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.328.915 Times

ASNMTAP::Asnmtap::Plugins::SOAP 3.000.010

  Date Added: August 11, 2010  |  Visits: 1.345

ASNMTAP::Asnmtap::Plugins::SOAP

Report Broken Link
Printer Friendly Version


Product Homepage
Download (138 downloads)



ASNMTAP::Asnmtap::Plugins::SOAP is a Perl module that provides SOAP functions used by ASNMTAP-based plugins. SYNOPSIS use ASNMTAP::Asnmtap::Plugins v3.000.010; use ASNMTAP::Asnmtap::Plugins qw(:PLUGINS); my $objectPlugins = ASNMTAP::Asnmtap::Plugins->new ( _programName => check_template-SOAP.pl, _programDescription => "SOAP::LITE plugin template for testing the $APPLICATION with Performance Data", _programVersion => 3.000.010, _programGetOptions => [proxy:s, trendline|T:i], _timeout => 30, _debug => 0); use ASNMTAP::Asnmtap::Plugins::SOAP qw(≥t_soap_request); use SOAP::Lite; my $proxy = http://services.soaplite.com/hibye.cgi; my $namespace = http://www.soaplite.com/Demo; my $methodName = hi; my $method = SOAP::Data->name($methodName)->attr( {xmlns => $namespace} ); my %soapService_Register_NS = ( http://schemas.xmlsoap.org/wsdl/mime/ => mime, http://www.w3.org/2001/XMLSchema => s ); my $xmlContent; my $params; my ($returnCode, $xml) = get_soap_request ( asnmtapInherited => $objectPlugins, proxy => $proxy, namespace => $namespace, method => $method, registerNamespace => %soapService_Register_NS, xmlContent => $xmlContent, params => $params, cookies => 1, perfdataLabel => SOAP ); unless ( $returnCode ) { if (defined $xml) { ... } else { ... } } $objectPlugins->exit (7); SOAP::Lite for Perl is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP, also known as Service Oriented Access Protocol) both on client and server side. get_soap_request() SOAP is a simple XML-based protocol to let applications exchange information over HTTP. More information regarding SOAP can be find at URI: http://www.w3schools.com/soap/ Returns a status for $returnCode (OK..UNKNOWN) and when the status is OK for $xml the extracted XML if exists, otherwise undef. asnmtapInherited A required reference to an ASNMTAP::Asnmtap::Plugins or ASNMTAP::Asnmtap::Plugins::Nagios subclass Through this way of working we inherited the command line option --debug. custom optional, is an reference to your own custom defined function $som: the SOM object provides a simple API for accessing any aspect of the responses SOAP envelope, a result object from SOAP::Lite. sub actionOnSoapResponse { my ($asnmtapInherited, $som) = @_; return ($returnCode); } and now with customArguments: sub actionOnSoapResponse { my ($asnmtapInherited, $som, $arguments) = @_; return ($returnCode); } customArguments optional, when you need to pass parameters to your own custom defined function, this can be done with customArguments. customArguments: SCALAR, ARRAY, HASH, REF SCALAR, REF ARRAY, REF HASH proxy This lets you specify an endpoint (service address) and also loads the required module at the same time. proxy: http://services.soaplite.com/hibye.cgi a required scalar. namespace Sets the URI that will be used as the namespace for the resulting XML entity. namespace: http://www.soaplite.com/Demo a required scalar. registerNamespace The register_ns subroutine allows users to register a global namespace with the SOAP Envelope. registerNamespace: %soapService_Register_NS = ( http://schemas.xmlsoap.org/wsdl/mime/ => mime, http://www.w3.org/2001/XMLSchema => s ); a required hash. method The name is what the serializer will use for the tag when generating the XML for this object. method: SOAP::Data->name(hi)->attr( {xmlns => http://www.soaplite.com/Demo} ); a required SOAP::Data->name definition.

Requirements: No special requirements
Platforms: Linux
Keyword: Asnmtap Asnmtapasnmtappluginssoap Libraries Module Namespace Perl Perl Module Provides Ref Required Soap Used Used By Xml
Users rating: 0/10

License: Freeware Size: 1.6 MB
USER REVIEWS
More Reviews or Write Review


ASNMTAP::ASNMTAP::PLUGINS::SOAP RELATED
Libraries  -  XML::Filter::Sort::BufferMgr 1.01
XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to...
25.6 KB  
Text Chat Clients  -  Net::Oscar 1.0
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients..
 
Business  -  PMilter: Pure-Perl Milter 0.07
Pure Perl implementation of the Milter protocol used by Sendmail, including drop-in replacement for the Sendmail::Milter interface.
30.71 KB  
Modules  -  Site mapField Value Product Name Version Category BB Code: Description This module provides a site map that gives visitors an o 7.x-1.0
This module provides a site map that gives visitors an overview of your site. It can also display the RSS feeds for all blogs and categories.Drupal generates the RSS feeds automatically but few seems to be aware that they exist.The site map can...
20.48 KB  
Modules  -  Search Engine Referer API 6.x-2.0-beta1
The Search Engine Referer API module is indented to be used by other modules, in blocks or themes to provide targeted content to users who come from search engines.This module provides a function to retrieve information on the search performed by...
10 KB  
Modules  -  Multipage form controller 6.x-1.x-dev 1.0
This module is intended to be used by other modules that require this functionality.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 6.x
 
Modules  -  Price gun 5.x- 1.0
The module provides a user interface used to update the prices for an entire product type.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x -...
 
Modules  -  Price gun 5.x- 1.0
The module provides a user interface used to update the prices for an entire product type.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x -...
 
Modules  -  Price gun 5.x- 1.0
The module provides a user interface used to update the prices for an entire product type.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x -...
 
Network & Internet  -  MyCMS perl module 1.0
MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. MyCMS perl module contains Perl object classes to manage the data of MyCMS (such as articles, links, and images). MN::CMS is a perl module that allows you to manage an...
16.38 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB