Previous Topic: WebServicePluginPortOperationsTemplate.wsdlNext Topic: WebServicePluginTemplate.wsdl


WebServicePluginTemplate.java

This template file is used to populate the wrapper program that calls the XML Java proxy. It provides the framework for the Java source code that calls the XML Java proxy. It includes the class definition, the class constructor, and a method that is used to convert a Document object to a text string. It uses the following variables:

package_name

Specifies if a package name was entered.

imports

Specifies that there is an import statement for every XML Java proxy used by the service.

service

Specifies the name of the service.

operations

Specifies the template WebServicePluginOperationTemplate.java is inserted for every operation in the service.