SOAP::WSDL::Generator::Template::XSD::Interface.tt - SOAP Interface for the [% service.get_name %] Web Service |
[% interface_prefix %]::[% service.get_name %]::[% port.get_name %] - SOAP Interface for the [% service.get_name %] Web Service
SOAP Interface for the [% service.get_name %] web service located at [% port.first_address.get_location %].
[% service.get_documentation %]
[% port.get_documentation %]
Constructor.
All arguments are forwarded to SOAP::WSDL::Client.
[% INCLUDE Interface/POD/method_info.tt %]
[% FOREACH operation = binding.get_operation; %][% INCLUDE Interface/POD/Operation.tt %] [% END %]
Generated by SOAP::WSDL on [% PERL %]print scalar localtime()
[% END %]
SOAP::WSDL::Generator::Template::XSD::Interface.tt - SOAP Interface for the [% service.get_name %] Web Service |