Beta Draft: 2014-02-04

Java ME Web Service Client Wizard: Client Information Page

Use to make use of the Web Services specification to create a "two-tier" connection to Web services. This wizard creates stub (client-side proxy) files that calls a web service.

Element Description

Source of the WSDL description

Identifies the location of the .wsdl file that describes the Web service you want to access.

    Running Web Service

Enables you to set the location of the .wsdl file if the service is on the Web.

        WSDL URL

Specifies the URL for the .wsdl file.

Click Retrieve WSDL to download the file to your system.

Click Proxy Settings if your system is behind a firewall.

        Local Filename

Specifies a local filename to use when the file is retrieved and downloaded to your system.

    Existing WSDL File

Enables you to set the location of the .wsdl file file is already on your system.

        WSDL Filename

Specifies the URL for the .wsdl file.

Click Browse to navigate to the file and select it.

Client Name

Specifies the name of the client file to be created.

Package

Specifies a package location for the client file.

Created File

Displays the location of file created by the wizard.

Generate Data Binding Structures

Generates to data types listed in the WDSL file.



Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.