Creating WSDL Files With the WSDL Creation Utility

The WebFOCUS WSDL creation utility creates the WSDL file that is needed in development to call desired WebFOCUS Web Services functions in either a .NET or Java environment. WSDL (Web Services Description Language) files are XML documents that are programming-language neutral and standards-based. They define input parameters for Web Services functions, expected output, and the messages used to call each function.

You can generate a WSDL file for WebFOCUS by navigating to

http://target_machine[:port]/ibi_html/workbnch/webservice.htm

where:

target_machine

Is the name of the machine where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

This URL displays a supplied Web page from which you can create WebFOCUS WSDL files.


WebFOCUS