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 86975 - wrong property of Web Serivices
Summary: wrong property of Web Serivices
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 23:12 UTC by lucyli
Modified: 2008-03-13 00:33 UTC (History)
1 user (show)

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 lucyli 2006-10-11 23:12:19 UTC
NB5.5 RC1
 create new WP projct (j2ee1.4)
- add wsdl file via url: http://api.google.com/GoogleSearch.wsdl
- add ok
- click on the GoogleSearchService node to see its property
Web Serivices Port : 0  (no meaning for always 0)
Web Serivices URL :  file:/C:/XXXXX/Temp/GoogleSearch.wsdl
(its should be same  url address as user added)

PortName should be GoogleSearchPort or something like that
and url should be:   http://api.google.com/GoogleSearch.wsdl
Comment 1 Milan Kuchtiak 2006-10-12 10:03:16 UTC
Yes, the information is really confusing.
Do you really think this is a P2 bug ?
Comment 2 Petr Blaha 2006-10-12 10:22:41 UTC
Please, use priority according to guidelines:
http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
It seems as P3 bug for me.
Comment 3 Lukas Jungmann 2006-10-12 10:26:12 UTC
> Web Serivices Port : 0  (no meaning for always 0)

Sure, this is valid bug, but something like P3 if not P4 - you can see how many
and which ports are there if you expand the node.

> Web Serivices URL :  file:/C:/XXXXX/Temp/GoogleSearch.wsdl (its should be same
 url address as user added)

Web Services URL property points the user to the URL which has been actually
used for building the client.
There's also Web Service Address property which shows where the service is deployed.
So I don't see this part as a bug.

Comment 4 Petr Jiricka 2006-10-13 09:19:19 UTC
Changing priority to P3.
Comment 5 Milan Kuchtiak 2007-06-25 17:09:43 UTC
Related to JAX-RPC nodes
Comment 6 Jiri Prox 2007-09-17 21:43:18 UTC
Obsolete milestone, please reevaluate
Comment 7 bhate 2007-09-28 18:37:22 UTC
seems a trivial fix. targeting beta2.
Comment 8 Lukas Jungmann 2008-03-12 14:52:12 UTC
Ajit?
Comment 9 bhate 2008-03-13 00:33:41 UTC
In case we have same wsdl(url/file) used to create clients(in same or even different project), the webserviceregistry
was not creating separate entries due to same servicename. I have added a check which distinguishes webserviceregistry
entries based on not only service name but also local wsdl file url (which maps to the this client).
fixed changeset 62ee4cb15873.
see also 86974,127575.