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 78790 - [ws][hints] use of RPC style requires use of WRAPPED parameter style
Summary: [ws][hints] use of RPC style requires use of WRAPPED parameter style
Status: REOPENED
Alias: None
Product: webservices
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks: 78758
  Show dependency tree
 
Reported: 2006-06-21 16:43 UTC by Lukas Jungmann
Modified: 2008-09-17 16: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 Lukas Jungmann 2006-06-21 16:43:54 UTC
JSR 224, section 3.6.2.3

"Use of RPC style requires use of WRAPPED parameter style.Deviations from this
is an error."

So if ws class/interface is annotated with
@SOAPBinding(style=Style.RPC,parameterStyle=ParameterStyle.BARE) we should show
an error in editor and offer apropriate hints for correcting it (eg. sth like
"Use WRAPPED parameterStyle")
Comment 1 bhate 2007-07-28 02:27:34 UTC
fixed.
Comment 2 Lukas Jungmann 2008-09-17 16:33:35 UTC
I don't see anything in the editor => reopening