1SOAP::WSDL::DefinitionsU(s3e)r Contributed Perl DocumentaStOiAoPn::WSDL::Definitions(3)
2
3
4

NAME

6       SOAP::WSDL::Definitions - model a WSDL >definitions< element
7

DESCRIPTION

METHODS

10   first_service get_service set_service push_service
11       Accessors/Mutators for accessing / setting the >service< child
12       element(s).
13
14   find_service
15       Returns the service matching the namespace/localname pair passed as
16       arguments.
17
18        my $service = $wsdl->find_service($namespace, $localname);
19
20   first_binding get_binding set_binding push_binding
21       Accessors/Mutators for accessing / setting the >binding< child
22       element(s).
23
24   find_binding
25       Returns the binding matching the namespace/localname pair passed as
26       arguments.
27
28        my $binding = $wsdl->find_binding($namespace, $localname);
29
30   first_portType get_portType set_portType push_portType
31       Accessors/Mutators for accessing / setting the >portType< child
32       element(s).
33
34   find_portType
35       Returns the portType matching the namespace/localname pair passed as
36       arguments.
37
38        my $portType = $wsdl->find_portType($namespace, $localname);
39
40   first_message get_message set_message push_message
41       Accessors/Mutators for accessing / setting the >message< child
42       element(s).
43
44   find_message
45       Returns the message matching the namespace/localname pair passed as
46       arguments.
47
48        my $message = $wsdl->find_message($namespace, $localname);
49
50   first_types get_types set_types push_types
51       Accessors/Mutators for accessing / setting the >types< child
52       element(s).
53
55       Copyright 2004-2007 Martin Kutter.
56
57       This file is part of SOAP-WSDL. You may distribute/modify it under the
58       same terms as perl itself
59

AUTHOR

61       Martin Kutter <martin.kutter fen-net.de>
62

REPOSITORY INFORMATION

64        $Rev: 851 $
65        $LastChangedBy: kutterma $
66        $Id: Definitions.pm 851 2009-05-15 22:45:18Z kutterma $
67        $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Definitions.pm $
68
69
70
71perl v5.32.0                      2020-07-28        SOAP::WSDL::Definitions(3)
Impressum