[Mono-bugs] [Bug 564682] New: Callback function not raised for web service method called through javascript proxy class
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 14 23:47:41 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=564682
http://bugzilla.novell.com/show_bug.cgi?id=564682#c0
Summary: Callback function not raised for web service method
called through javascript proxy class
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: i586
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web.Services
AssignedTo: atsushi at ximian.com
ReportedBy: chrisbrown76 at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=332584)
--> (http://bugzilla.novell.com/attachment.cgi?id=332584)
Precompiled test case and source files
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.5)
Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
When calling a web service of a precompiled site where the web service method
is marked with 'scriptmethod'- after the call to the method through the
javascript proxy class is made the 'success' javascript callback function is
not raised with the returned value from the web method despite the fact that
the web method is successfully called.
Reproducible: Always
Steps to Reproduce:
1. Upload the attached precompile code to your system
2. Run using xsp from the command line.
3. Browse to index.aspx
Actual Results:
The 'DateAndTime' label has a value of 'Loading current time...'. This does not
change.
Expected Results:
The 'DateAndTime' label should have a value of the current date and time
returned from the server which updates every second.
This is happening when the site is precompiled however this has not been tested
against a non-precompiled site.
This appears to be a regression as this had been working fine up until a recent
Mono upgrade on my system.
--
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