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 50232 - NPE in Test Web Service Method if ws operation returns null
Summary: NPE in Test Web Service Method if ws operation returns null
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 15:19 UTC by Petr Blaha
Modified: 2006-05-31 18:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (21.39 KB, text/plain)
2004-10-11 15:20 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2004-10-11 15:19:24 UTC
[Build 041011]
Steps:
1) create web service with one method which return
null

   public String getString() {
        return null;
    }

2) go to runtime tab, click Web Service node and
invoke Add Web service
3) specify WSDl file and get web service information
4) click test method in new test web service
method click Submit button
5) get response  and then click on Value cell in
Results table
Comment 1 Petr Blaha 2004-10-11 15:20:53 UTC
Created attachment 18199 [details]
message.log
Comment 2 _ pcw 2004-10-13 02:30:09 UTC
Fixed, Reviewed by Ludo
Comment 3 Petr Blaha 2004-10-13 09:54:57 UTC
Build 041013
Comment 4 Petr Blaha 2004-10-13 10:40:08 UTC
Remove all issues from temporary component.