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

Summary: Wrong name of service used in generated proxy
Product: javame Reporter: Lukas Hasik <lhasik>
Component: Web ServicesAssignee: Michal Skvor <misk>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 92824    
Attachments: web project with generated code

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