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 112762 - Wrong name of service used in generated proxy
Summary: Wrong name of service used in generated proxy
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Web Services (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks: 92824
  Show dependency tree
 
Reported: 2007-08-14 16:01 UTC by Lukas Hasik
Modified: 2007-09-11 16:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
web project with generated code (40.37 KB, application/x-compressed)
2007-08-14 16:03 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-08-14 16:01:33 UTC
08/13

-have a web project with webservice client for http://www.interpressfact.net/webservices/getJoke.asmx?wsdl
-create mobile client for web application for the WS client
->the name of the generated WS client service is "GetJoke" however in the code generated by "Mobile Client ..." is used
"public getJoke service;"
-see generated code in attached project
Comment 1 Lukas Hasik 2007-08-14 16:03:10 UTC
Created attachment 46587 [details]
web project with generated code
Comment 2 Michal Skvor 2007-08-20 09:18:37 UTC
Fixed.
Comment 3 Lukas Hasik 2007-08-24 15:16:04 UTC
cannot verify in 08/23 build because of issue 113740
Comment 4 Lukas Hasik 2007-09-11 16:22:36 UTC
verified in beta1 09/11