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 86203 - web service client wizard inefficiency (jax-ws)
Summary: web service client wizard inefficiency (jax-ws)
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 16:33 UTC by abar
Modified: 2006-10-13 08:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abar 2006-09-29 16:33:13 UTC
I noticed that a Web Service client created by the WS Client wizard
accesses/downloads the contents of its "WSDL URL" during every runtime.
Comment 1 Milan Kuchtiak 2006-10-13 08:14:21 UTC
Yes, that's the intention.
First, WS Client Wizard downloads the wsdl (from given URL), then generates
JAX-WS artifacts from the local wsdl file.
It is possible then to customize "local" wsdl file to influence the wsimport
task, that generates the JAX-WS artifacts (java classes). Thus, it is possible
to generate multiple clients from the same wsdl url.