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 104593 - NPE when creating webservice client
Summary: NPE when creating webservice client
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-23 10:45 UTC by tomzi
Modified: 2007-10-24 12:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Webservice Client Creation exception (16.52 KB, text/plain)
2007-05-23 10:46 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2007-05-23 10:45:15 UTC
.) Create New Project 'Java Application'
.) 'New Webservice Client'
.) Paste eg. http://soap.amazon.com/schemas2/AmazonWebServices.wsdl into URL
.) Choose package and press 'Finish'
-> Popup opens 'Web Service Client can not be created by JAXWS:wsimport utility
                Reason: null'

-> (See attached File: amazonclientws.log)
Comment 1 tomzi 2007-05-23 10:46:08 UTC
Created attachment 42674 [details]
Webservice Client Creation exception
Comment 2 novakm 2007-05-23 14:31:40 UTC
Reassigning to web
Comment 3 Milan Kuchtiak 2007-06-25 11:21:23 UTC
Similar to issue 106894
Client wizard should give more hints how to customize wsdl to generate java artifacts.
Comment 4 Milan Kuchtiak 2007-10-01 16:33:43 UTC
Changing target milestone to beta2.
Comment 5 Milan Kuchtiak 2007-10-24 12:52:22 UTC
The NPE is JAX-WS (or JAXB) bug.
I reported an issue for JAX-WS :
https://jax-ws.dev.java.net/issues/show_bug.cgi?id=459

The problem is that jax-ws doesn't support rpc/encoded binding style.
We cannot do much with that.