This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 104304 - Automatic binding of components needed for Webservice client.
Summary: Automatic binding of components needed for Webservice client.
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-18 18:33 UTC by pcmreddy
Modified: 2007-07-27 23:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pcmreddy 2007-05-18 18:33:17 UTC
Use case:

User wants to create UI for a web service.
For example the following WSDL takes two strings (currency symbol) as in put and
returns conversion rate as out put.
http://www.webservicex.com/CurrencyConvertor.asmx?wsdl

It would be nice if VWP automatically creates input and out put fields and bind
them to the WSDL client generated in NetBeans.

This can be used as generating simple test client for webservices.