Description
You can use Web services in JSP pages by generating custom tags for them. PowerBuilder provides a wizard that creates a custom tag with the information necessary for calling a Web service in a JSP.
PowerBuilder Enterprise only This feature is not available in the Professional and Desktop editions of PowerBuilder.
Usage
The wizard collects information such as the location of a Web Services Description Language (WSDL) file, the service, and port. You can specify overrides to the WSDL file for a custom bean name, Java class name, Java package name, TLD name, JAR name, output variables, and the selection of operations within a service. The wizard creates a TLD file, the Java source to process the custom tag and the compiled Java class files of the source.
|