SOAP::WSDL::Generator::Template::XSD::Interface.tt - SOAP Interface for the [% service.get_name %] Web Service


Back to Top


NAME

[% interface_prefix %]::[% service.get_name %]::[% port.get_name %] - SOAP Interface for the [% service.get_name %] Web Service

Back to Top


DESCRIPTION

SOAP Interface for the [% service.get_name %] web service located at [% port.first_address.get_location %].

Back to Top


SERVICE [% service.get_name %]

[% service.get_documentation %]

Port [% port.get_name %]

[% port.get_documentation %]

Back to Top


METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

[% INCLUDE Interface/POD/method_info.tt %]

[% FOREACH operation = binding.get_operation; %][% INCLUDE Interface/POD/Operation.tt %] [% END %]

Back to Top


AUTHOR

Generated by SOAP::WSDL on [% PERL %]print scalar localtime() [% END %]

Back to Top

 SOAP::WSDL::Generator::Template::XSD::Interface.tt - SOAP Interface for the [% service.get_name %] Web Service