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 98846 - Compilation errors in generated JSR 172 client.
Summary: Compilation errors in generated JSR 172 client.
Status: RESOLVED DUPLICATE of bug 75238
Alias: None
Product: javame
Classification: Unclassified
Component: Web Services (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 20:00 UTC by pcmreddy
Modified: 2007-03-26 20:12 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 pcmreddy 2007-03-23 20:00:25 UTC
Using the following WSDL, cretae JSR 172 CLDC client. compile generated code.
http://www.esynaps.com/WebServices/DailyDiblert.asmx?WSDL

Observe the following error.

symbol  : variable UNKNOWN
location: class dailydiblert.DailyDilbertSoap_Stub
                _type_DailyDilbertImageResult = new
Element(_qname_DailyDilbertImageResult, UNKNOWN, 0, 1, false);
1 error
Comment 1 Michal Skvor 2007-03-23 20:08:40 UTC
This is problem of the WTK stub compiler and it's known bug that WTK stub
compiler does not support the type byte[] as parameter. Even WTK 2.5 does not
handle the byte[] type.
Comment 2 Lukas Hasik 2007-03-26 20:09:29 UTC
it's duplicate of an issue that is opened against 6.0. It hasn't sense to have
one issue closed as WONTFIX and the other opened.
Comment 3 Lukas Hasik 2007-03-26 20:12:02 UTC
partially duplicate of issue 73286



*** This issue has been marked as a duplicate of 75238 ***