![]() |
![]()
| ![]() |
![]()
NAMESOAP::WSDL::Definitions - model a WSDL >definitions< element DESCRIPTIONMETHODSfirst_service get_service set_service push_serviceAccessors/Mutators for accessing / setting the >service< child element(s). find_serviceReturns the service matching the namespace/localname pair passed as arguments. my $service = $wsdl->find_service($namespace, $localname); first_binding get_binding set_binding push_bindingAccessors/Mutators for accessing / setting the >binding< child element(s). find_bindingReturns the binding matching the namespace/localname pair passed as arguments. my $binding = $wsdl->find_binding($namespace, $localname); first_portType get_portType set_portType push_portTypeAccessors/Mutators for accessing / setting the >portType< child element(s). find_portTypeReturns the portType matching the namespace/localname pair passed as arguments. my $portType = $wsdl->find_portType($namespace, $localname); first_message get_message set_message push_messageAccessors/Mutators for accessing / setting the >message< child element(s). find_messageReturns the message matching the namespace/localname pair passed as arguments. my $message = $wsdl->find_message($namespace, $localname); first_types get_types set_types push_typesAccessors/Mutators for accessing / setting the >types< child element(s). LICENSE AND COPYRIGHTCopyright 2004-2007 Martin Kutter. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself AUTHORMartin Kutter <martin.kutter fen-net.de> REPOSITORY INFORMATION$Rev: 851 $ $LastChangedBy: kutterma $ $Id: Definitions.pm 851 2009-05-15 22:45:18Z kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Definitions.pm $
|