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 138155 - Ability to create WS client using Abstract WSDL
Summary: Ability to create WS client using Abstract WSDL
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 21:56 UTC by _ gmpatil
Modified: 2008-06-24 21:56 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 _ gmpatil 2008-06-24 21:56:14 UTC
We already have creation of Web services using abstract WSDL for EJB and Web projects.
We are missing creation of Web service client/references in both EJB and Web projects using abstract WSDL.
It is useful to Web service client wizard reads abstract WSDL as it does while creating Web service from WSDL, and
generate client stubs.

By abstract WSDL, I mean WSDL having valid PortType element w/o corresponding Binding and Service elements.