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 101519 - Asks for Encoding style even though use attribute is not set or set to literal in smtp.
Summary: Asks for Encoding style even though use attribute is not set or set to litera...
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sainath Adiraju
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 09:26 UTC by vinayds
Modified: 2007-05-15 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vinayds 2007-04-18 09:26:25 UTC
Asks for Encoding style even though use attribute is not set or set to literal.

Steps to reproduce :-
----------------------
1. create a sample smtp wsdl.
2. set use attribute to literal ot <not set>. leave encoding style attribute empty.
3. validate xml.

It gives validation error. Error: Encoding style not specified in smtp.
It should give this error only if "use" attribute is set to encoded and encoding
style is empty.

Build details :-
---------------
NetBeans IDE Dev (Build 200704171800)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
Windows XP version 5.1 running on x86
en_US (nb); Cp1252
Comment 1 Sainath Adiraju 2007-04-18 09:53:14 UTC
fixed!! 
Comment 2 Sainath Adiraju 2007-04-18 09:54:03 UTC
fixed 
Comment 3 vinayds 2007-05-03 04:35:38 UTC
set use attribute to "literal"
leave encoding style as empty.
validate xml. 
It thorws an error . 
XML validation started.

G:/smtp-design-time/smtpOutBpel/src/smtpWSDL.wsdl:21,16
Error: Encoding style not specified.

1 Error(s),  0 Warning(s).
XML validation finished.
Comment 4 vinayds 2007-05-03 04:37:12 UTC
build details :-
-----------------
NetBeans IDE 6.0 Preview (M9, build 070502)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
Windows XP version 5.1 running on x86
en_US (nb); Cp1252
Comment 5 Sainath Adiraju 2007-05-15 12:34:48 UTC
fixed