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

Summary: Automatic binding of components needed for Webservice client.
Product: obsolete Reporter: pcmreddy <pcmreddy>
Component: visualwebAssignee: Quy Nguyen <quynguyen>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.