[Mono-bugs] [Bug 495386] New: Webservice method without 'out List<class>' as a parameter returns 'method not defined in service'
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 15 19:25:11 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=495386
Summary: Webservice method without 'out List<class>' as a
parameter returns 'method not defined in service'
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: 32bit
OS/Version: openSUSE 11.1
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web.Services
AssignedTo: atsushi at ximian.com
ReportedBy: chmorgan at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=285999)
--> (http://bugzilla.novell.com/attachment.cgi?id=285999)
Test project
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7)
Gecko/2009022800 SUSE/3.0.7-1.1.6 Firefox/3.0.7
Using the mono opensuse 11.1 vmware virtual machine with its included mono 2.4.
Using a webservice definition with two methods, one that contains a method that
returns an integer and another with an 'out List<class>' parameter, the first
method returns properly but the results in an error, "Method GetSomeOtherValue
not defined in service AdminBackend".
Bug 342073 looked like the same issue to me and may still be, but this is
another simple test case. I thought the problem was fixed before 2.4 was
released so it maybe an entirely different issue.
Reproducible: Always
Steps to Reproduce:
1.Build the service
2.Run the service
3.Attempt to run the GetSomeOtherValue() webmethod
Actual Results:
500 - Internal Server Error
Method GetSomeOtherValue not defined in service AdminBackend
Expected Results:
The soap xml for the out List<> of the webmethod.
--
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