The following table shows how to use web services in projects with Visual Web JSF support.

(Optional)
Create group to categorize web services

|
- In the Services window, right-click the Web Services node and choose Create Group.
- Right-click the new group and choose Rename.
|
|

Add web service to IDE

|
- In the Services window, right-click the Web Services node and choose Add Web Service.
- Specify the location of the WDSL file, by either entering the URL or finding the file on your filesystem.
If you enter a URL and you are behind a firewall, click Set HTTP Proxy
to set your HTTP proxy.
- Click Add.
|
|

Add web service to page

|
|
|

Call web service methods
|
- In the Services window, expand the web service node to view a list of available methods.
- To view the data produced by the method, bind the simple, list or Table component to the method.
- To update the data produced by the method, call the method in the Java code for the simple, list or Table component.
|