[Mono-bugs] [Bug 332150] New: Webservice cannot deviate from a abstract webservice
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 9 08:51:20 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=332150
Summary: Webservice cannot deviate from a abstract webservice
Product: Mono: Class Libraries
Version: 1.2
Platform: Other
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web.Services
AssignedTo: atsushi at ximian.com
ReportedBy: dna at informatik.uni-kiel.de
QAContact: mono-bugs at ximian.com
Found By: ---
The attached Testcase throws following error with /trunk/ r86738:
Server Error in '/' Application
Type 'Service' is missing WebServiceBinding attribute that defines a binding
named 'SecureWebServiceSoap'.
Description: Error processing request.
Error Message: HTTP 500. System.InvalidOperationException: Type 'Service' is
missing WebServiceBinding attribute that defines a binding named
'SecureWebServiceSoap'.
Stack Trace:
System.InvalidOperationException: Type 'Service' is missing WebServiceBinding
attribute that defines a binding named 'SecureWebServiceSoap'.
at System.Web.Services.Protocols.SoapMethodStubInfo..ctor
(System.Web.Services.Protocols.TypeStubInfo typeStub,
System.Web.Services.Protocols.LogicalMethodInfo source, System.Object kind,
System.Xml.Serialization.XmlReflectionImporter xmlImporter,
System.Xml.Serialization.SoapReflectionImporter soapImporter) [0x00000]
at System.Web.Services.Protocols.SoapTypeStubInfo.CreateMethodStubInfo
(System.Web.Services.Protocols.TypeStubInfo parent,
System.Web.Services.Protocols.LogicalMethodInfo lmi, Boolean isClientProxy)
[0x00000]
at System.Web.Services.Protocols.TypeStubInfo.BuildTypeMethods () [0x00000]
at System.Web.Services.Protocols.TypeStubInfo.Initialize () [0x00000]
at System.Web.Services.Protocols.LogicalTypeInfo.CreateTypeStubInfo
(System.Type type) [0x00000]
at System.Web.Services.Protocols.LogicalTypeInfo.GetTypeStub (System.String
protocolName) [0x00000]
at System.Web.Services.Protocols.TypeStubManager.GetTypeStub (System.Type t,
System.String protocolName) [0x00000]
at System.Web.Services.Protocols.SoapDocumentationHandler..ctor (System.Type
type, System.Web.HttpContext context) [0x00000]
at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler
(System.Web.HttpContext context, System.String verb, System.String url,
System.String filePath) [0x00000]
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context)
[0x00000]
at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000]
09.10.2007 12:47:12
Same Testcase works well under .NET 2.0
--
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