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 217308 - Create a WebService (JSR-109)
Summary: Create a WebService (JSR-109)
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 13:46 UTC by aeps
Modified: 2014-02-24 10:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aeps 2012-08-23 13:46:15 UTC
With a Maven basend NetBeans Module, you can't create a WebService, only a RESTful WebService is provided.
Comment 1 Stanislav Aubrecht 2012-08-23 13:51:23 UTC
Please reassign if this isn't a Maven related problem, thanks.
Comment 2 aeps 2012-08-23 13:59:14 UTC
Sorry, i have no glue. Where can i check this?
Comment 3 aeps 2012-08-23 14:03:20 UTC
You can't also add to a normal NetBeans Module a WebService.
Comment 4 aeps 2012-08-23 14:04:46 UTC
This seems to be a Platform Module issue.
Comment 5 Martin Janicek 2013-09-02 08:38:40 UTC
Not related to Java EE Maven, so reassigning. Not really sure where it belongs
Comment 6 Milos Kleint 2013-09-02 08:45:38 UTC
reassigning to webservices, that's the code that decides where to show the file templates related to webservices
Comment 7 aeps 2013-09-02 09:04:01 UTC
This bug can be closed, it is solved in 7.3.1.
Comment 8 aeps 2013-09-02 09:04:57 UTC
Tested on Mac OS X 10.8.4., I got a the moment no running Win7 to verify.
Comment 9 aeps 2013-09-05 11:57:28 UTC
Sorry for the last posts. With maven based projects, you can add a WebService.

BUT NOT within a maven based NetBeans module!
Comment 10 Milan Kuchtiak 2013-09-16 07:53:27 UTC
Web services (SOAP) support in Maven based Netbeans module was never enabled.
What kind of SOAP services support would you expect ?

The workaround is to create, possibly customize, SOAP service in Maven based web project, then copy stuff to Netbeans module.
Comment 11 aeps 2014-02-24 10:33:34 UTC
I expect a web service client that is compliant with JSR-109.