SOAP::WSDL::Definitions - model a WSDL E<gt>definitionsE<lt> element |
SOAP::WSDL::Definitions - model a WSDL >definitions< element
Accessors/Mutators for accessing / setting the >service< child element(s).
Returns the service matching the namespace/localname pair passed as arguments.
my $service = $wsdl->find_service($namespace, $localname);
Accessors/Mutators for accessing / setting the >binding< child element(s).
Returns the binding matching the namespace/localname pair passed as arguments.
my $binding = $wsdl->find_binding($namespace, $localname);
Accessors/Mutators for accessing / setting the >portType< child element(s).
Returns the portType matching the namespace/localname pair passed as arguments.
my $portType = $wsdl->find_portType($namespace, $localname);
Accessors/Mutators for accessing / setting the >message< child element(s).
Returns the message matching the namespace/localname pair passed as arguments.
my $message = $wsdl->find_message($namespace, $localname);
Accessors/Mutators for accessing / setting the >types< child element(s).
Copyright 2004-2007 Martin Kutter.
This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself
Martin Kutter <martin.kutter fen-net.de>
SOAP::WSDL::Definitions - model a WSDL E<gt>definitionsE<lt> element |