first_serviceget_serviceset_servicepush_service
Accessors/Mutators for accessing / setting the >service< child element(s).
find_service
Returns the service matching the namespace/localname pair passed as arguments.
my $service = $wsdl->find_service($namespace, $localname);
first_bindingget_bindingset_bindingpush_binding
Accessors/Mutators for accessing / setting the >binding< child element(s).
find_binding
Returns the binding matching the namespace/localname pair passed as arguments.
my $binding = $wsdl->find_binding($namespace, $localname);
first_portTypeget_portTypeset_portTypepush_portType
Accessors/Mutators for accessing / setting the >portType< child element(s).
find_portType
Returns the portType matching the namespace/localname pair passed as arguments.
my $portType = $wsdl->find_portType($namespace, $localname);
first_messageget_messageset_messagepush_message
Accessors/Mutators for accessing / setting the >message< child element(s).
find_message
Returns the message matching the namespace/localname pair passed as arguments.
my $message = $wsdl->find_message($namespace, $localname);
first_typesget_typesset_typespush_types
Accessors/Mutators for accessing / setting the >types< child element(s).