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 181414 - web service client bug
Summary: web service client bug
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 06:30 UTC by ymajoros
Modified: 2011-04-29 04:40 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 ymajoros 2010-03-02 06:30:55 UTC
While developing a web service in netbeans, I'd like to test it. In the "test web service method" dialog, from "services" tab where I added the web service, it seems that the web method is never refreshed. Parameters names and types have changed, but this is never reflected in the dialog. I tried to refresh, delete and recreate the webservice, etc.

Additional info:
- credentials are cached too (I use http basic over https), and I can't find a way to change them
- tested in Netbeans 6.8.1 and 6.9 M1
Comment 1 Milan Kuchtiak 2010-04-19 09:56:02 UTC
Yes, the issue is reproducible. It's a bug in web service manager module.
Comment 2 Denis Anisimov 2011-04-27 10:57:27 UTC
The issue actually is absence of possibility to reload WSDL model via 
org.netbeans.modules.websvc.jaxwsmodelapi.wsdlmodel.WsdlModelProvider interface.
Implementation of this interface cache the model once created ( by URL ) and
return this cached model on each call.
Comment 3 Denis Anisimov 2011-04-28 09:34:17 UTC
changeset:   193070:725afc3cdc19
Comment 4 Quality Engineering 2011-04-29 04:40:44 UTC
Integrated into 'main-golden', will be available in build *201104290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/725afc3cdc19
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#181414 - web service client bug.