http://bugzilla.novell.com/show_bug.cgi?id=567428
http://bugzilla.novell.com/show_bug.cgi?id=567428#c9 --- Comment #9 from Jb Evain <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
