[Mono-bugs] [Bug 567428] Soap Headers dont appear to be passing to webservice
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Feb 1 11:50:59 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=567428
http://bugzilla.novell.com/show_bug.cgi?id=567428#c9
--- Comment #9 from Jb Evain <jbevain at novell.com> 2010-02-01 16:50:58 UTC ---
Darrel,
In your sample project, to apply the workaround, open the webservice proxy,
which is located at:
LaborRates/Web References/WIS/Reference.cs
And replace all occurrences of the attribute:
[SoapHeader ("AuthenticateHeaderValueField")]
By this:
[SoapHeader ("AuthenticateHeaderValue")]
(Note that only the string value changes from the field name to the property
name).
This change allows our WS stack to properly generate the SOAP request.
--
Configure bugmail: http://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