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
XML::Compile::SOAP::Extension(3) User Contributed Perl Documentation XML::Compile::SOAP::Extension(3)

XML::Compile::SOAP::Extension - plugins for standards

 XML::Compile::SOAP::Extension is extended by
   XML::Compile::SOAP::WSA
   XML::Compile::Transport

 # only as base-class

This module defines hooks which are used to implement the SOAP and WSDL extensions. Hooks are created on critial spots, where additional standards play tricks with the logic of SOAP and WSDL. There are a lot of those standards, for instance Web Service Addressing (WSA, XML::Compile::SOAP::WSA)

XML::Compile::SOAP::Extension->new(%options)

$obj->wsdl11Init($wsdl, $args)
XML::Compile::SOAP::Extension->wsdl11Init($wsdl, $args)
Do not use this hook for adding WSDLs or schemas, unless those are used to interpret $wsdl or SOAP files correctly.

$obj->soap11ClientWrapper($operation, $call, $args)
$obj->soap11HandlerWrapper($operation, $callback, $args)
Called before the handler is created, to influence the encoder and decoder. Returned is a wrapped callback, or the same.
$obj->soap11OperationInit($operation, $args)
XML::Compile::SOAP::Extension->soap11OperationInit($operation, $args)
$args is a reference.

$obj->soap12ClientWrapper($operation, $call, $args)
$obj->soap12HandlerWrapper($operation, $callback, $args)
Called before the handler is created, to influence the encoder and decoder. Returned is a wrapped callback, or the same.
$obj->soap12OperationInit($operation, $args)
XML::Compile::SOAP::Extension->soap12OperationInit($operation, $args)
$args is a reference.

This module is part of XML-Compile-SOAP distribution version 3.27, built on April 07, 2021. Website: http://perl.overmeer.net/CPAN/

Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. 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://dev.perl.org/licenses/

2021-04-07 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.