[Mono-bugs] [Bug 649969] New: Web service test form formatting problem with braces in attribute values
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 28 14:27:39 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=649969
https://bugzilla.novell.com/show_bug.cgi?id=649969#c0
Summary: Web service test form formatting problem with braces
in attribute values
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: oskar.berggren at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12)
Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12
I have a webservice (asmx) that I test using the built in test form.
When the web service is called using wget, the resulting XML file contain the
following (excerpt):
<MyParameter Name="foo.{999010015}.dc" Value="false" />
Which is as expected.
However, when invoked with the built in test form, this part of the output is
formatted wrongly:
<MyParameter Name="foo.{999010015.dc" Value="false" }/>
Notice how the closing brace in the Name attribute is displaced to the end of
the element. (Using Firebug I can verify that the server does send the correct
XML, as also indicated by wget.)
This displacement does not happen when Name and Value are serialized as child
elements instead of attributes.
Reproducible: Always
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list