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 48789

Summary: NullPointerException when create WebService client
Product: webservices Reporter: Petr Blaha <blaha>
Component: CodeAssignee: Petr Jiricka <pjiricka>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

Description Petr Blaha 2004-09-09 17:04:52 UTC
Build: 040909
Steps:
1) create new web module
2) right-click on module's node, and select New -
Web Service Client
3) Browse and load WSDL file
4) type package name for generated interface
5) click Finish Button
Exception is invoked.
6) New node Web Service Reference is created,
however has wrong path:
c:\work\webservices\TemperatureService.wsdl
and package name com.services.temperature
I didn't add this WSDL file.
Comment 1 Petr Blaha 2004-09-09 17:06:15 UTC
Created attachment 17531 [details]
Stack trace
Comment 2 _ pcw 2004-09-09 18:41:16 UTC
This exception, I've never seen.  I'm curious about one point - the
way your steps are written suggest this is was a new web project with
no visible "Web Service References" node and that you used the New |
Web Service Client" popup menu from the project node to invoke this.

But the results and a warning at the bottom of the stack trace suggest
that what was invoked was <Add Service Reference" action off the "Web
Service References" node.  This is the only code that contains those
paths you mention below.  In addition, this action is going to be
recoded to invoke the template wizard so I need to know if this is
really what happened.
Comment 3 Petr Blaha 2004-09-10 09:15:13 UTC
I couldn't reproduce the bug. I tested on Build 040909 and 040910. I'm
closing issue as invalid. I'm sorry.
Comment 4 Petr Blaha 2004-10-13 10:40:07 UTC
Remove all issues from temporary component.