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 77718 - J2MEWCW - Wizard does not recognize methods within wsdl
Summary: J2MEWCW - Wizard does not recognize methods within wsdl
Status: RESOLVED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Ryzl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 13:34 UTC by sigalduek
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
wsdl (5.03 KB, application/octet-stream)
2006-06-12 13:36 UTC, sigalduek
Details
screenshot of the panel (7.80 KB, image/png)
2006-06-12 14:38 UTC, Lukas Hasik
Details
MP project for 6.0 (12.20 KB, application/octet-stream)
2006-06-12 14:40 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sigalduek 2006-06-12 13:34:37 UTC
"At least One service must be selected" message is encountered althoghu a method
has been selected.

How to reproduce the problem:
1. Create a web application 
2. Create a Web service client using attached wsdl (choose "Existing wsdl" and
client type : "IDE - Generated Static stub"
3. In the mobile application choose "Mobile Client to Web Application", mobile
client uses: "Web Service client in Web Application" and select the web service
client above.
4.At the second panel of the wcw wizard (Web Service Operations) select the only
method. The "next" button is not enabled and the message "At least One service
must be selected" still exists.
Comment 1 sigalduek 2006-06-12 13:36:05 UTC
Created attachment 30967 [details]
wsdl
Comment 2 Petr Suchomel 2006-06-12 14:02:57 UTC
Can not reproduce. This can happen if Web project is broken for any reason. Also
note, this is Ws inclucdes SOAPElement, so this will never be fully generated
client.
Comment 3 Lukas Hasik 2006-06-12 14:38:42 UTC
Created attachment 30970 [details]
screenshot of the panel
Comment 4 Lukas Hasik 2006-06-12 14:40:29 UTC
Created attachment 30971 [details]
MP project for 6.0
Comment 5 Lukas Hasik 2006-06-12 14:45:24 UTC
I tried it in 6.0 and it works for me too