Generating WSDL from a JDBC Data Source

See Also

The JDBC Database wizard allows you to quickly create a WSDL file for access to a table in a data source. The wizard also generates a corresponding XML Schema file that defines the elements for the table and columns referenced in the WSDL file.

The generated WSDL file contains port type elements and binding elements for the following database operations:

The generated WSDL file also contains a service element that specifies a JNDI address location.

After you create the WSDL file, you can modify the file according to your specific needs by using the WSDL Editor.

To start the JDBC Database wizard:

  1. In the Projects window, right-click the Process Files folder and choose New > Other.
  2. Select the Service Oriented Architecture category and then select the WSDL From Database file type.
  3. Click Next.
    The wizard pages that follow implement the JDBC Database Wizard.
See Also
JDBC Database Wizard: Enter WSDL Name Page
JDBC Database Wizard: Select DataSource and Table Objects Page
JDBC Database Wizard: Select Operation Specific Attributes Page
JDBC Database Wizard: Enter JNDI Name Page

Legal Notices