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 66411 - [50cat] Add to registry fails for simple confirmed web service
Summary: [50cat] Add to registry fails for simple confirmed web service
Status: VERIFIED DUPLICATE of bug 66860
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-10 17:29 UTC by clever
Modified: 2006-06-03 17:45 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 clever 2005-10-10 17:29:51 UTC
[ BUILD # : 200510050715 ]
[ JDK VERSION : 1.4.2_xx ]

Hello,

I have opened the existing netbeans project from the J2EE 1.4 samples folder, "helloservice".  The web service is a simple one, containing 'SayHello'.  I am able to deploy and test the service from a Visual Studio 2005 install on the same box. (Ultimately proving it works)

When I try "Add to registry...", I get an error stating:
"Unable to add the web service to the registry. Make sure it has been deployed, the server is running, and the correct WSDL URL was entered."

The URL is: http://localhost:8080/helloservice/Hello?WSDL
Comment 1 Lukas Jungmann 2005-10-11 21:58:45 UTC
Could you check if you can see wsdl of your webservice in browser when you are
trying to add ws to the registry (on the URL you mentioned)?
Comment 2 clever 2005-10-17 16:40:28 UTC
I just confirmed this to be a problem in 200510131600 as well. I created a new
web service, chose "debug" against the target webapp. The URL is:
http://localhost:8080/corpdir2/PMonEventProcessor?WSDL

I can view the WSDL in a browser, and access it from the Visual Studio
environment. However, when I right-click and choose "Add to registry..." I get:

"Unable to add the web service to the registry..."
Comment 3 _ pcw 2005-10-18 08:57:57 UTC
Please try creating a separate web application and using the web service client
wizard to download the WSDL from the running service and build the initial
client.  Does this work?
Comment 4 Milan Kuchtiak 2005-10-19 14:45:50 UTC
Please attach the problematic WSDL file.
I cannot get WSDL from your local host.
Comment 5 _ pcw 2005-10-19 23:05:45 UTC
I just noticed you are using JDK 1.4.2.  See bug #66860.  Is this what you are
experiencing?  Can you upgrade your JDK to 1.5.0 and see if that resolves the
problem?  (Sorry, can't tell you where to get that update center NBM for a dev
build, though it's probably in the build somewhere.)
Comment 6 clever 2005-10-20 03:32:21 UTC
I believe this is. I also have the red X. I will mark it as a dupe. 

*** This issue has been marked as a duplicate of 66860 ***
Comment 7 Lukas Jungmann 2005-11-24 12:30:30 UTC
v.