[Mono-bugs] [Bug 635377] Error creating wcf client proxy
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Nov 12 05:18:48 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=635377
https://bugzilla.novell.com/show_bug.cgi?id=635377#c7
Lluis Sanchez <lluis at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|general |WCF
Version|2.4 |2.8.x
AssignedTo|lluis at novell.com |aenomoto at novell.com
Product|MonoDevelop |Mono: Class Libraries
QAContact|monodevelop-bugs at lists.ximi |mono-bugs at lists.ximian.com
|an.com |
--- Comment #7 from Lluis Sanchez <lluis at novell.com> 2010-11-12 10:18:47 UTC ---
It also crashes when running svcutil, so it is a Mono issue. I'm testing with
mono 2.8 on Mac.
> svcutil http://www.w3schools.com/WebServices/TempConvert.asmx
Mono service contract conversion tool 0.1.0.0 - Copyright (C) 2006 Novell,
Inc.
Attempting to download metadata from
'http://www.w3schools.com/WebServices/TempConvert.asmx' using DISCO..
Disco found documents at the following URLs:
- WSDL document at http://www.w3schools.com/WebServices/TempConvert.asmx?wsdl
- DISCO document at http://www.w3schools.com/WebServices/TempConvert.asmx?disco
Generating files..
Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
Parameter name: collection
at System.Collections.Generic.List`1[System.CodeDom.CodeExpression].AddRange
(IEnumerable`1 collection) [0x00000] in <filename unknown>:0
at
System.ServiceModel.Description.ServiceContractGenerator.GenerateImplementationClientMethod
(System.CodeDom.CodeTypeDeclaration type,
System.ServiceModel.Description.ContractDescription cd,
System.ServiceModel.Description.OperationDescription od, Boolean async,
System.CodeDom.CodeTypeReference& returnTypeFromMessageContract) [0x00000] in
<filename unknown>:0
at
System.ServiceModel.Description.ServiceContractGenerator.AddImplementationClientMethods
(System.CodeDom.CodeTypeDeclaration type,
System.ServiceModel.Description.ContractDescription cd) [0x00000] in <filename
unknown>:0
at
System.ServiceModel.Description.ServiceContractGenerator.GenerateProxyClass
(System.ServiceModel.Description.ContractDescription cd,
System.CodeDom.CodeNamespace cns) [0x00000] in <filename unknown>:0
at
System.ServiceModel.Description.ServiceContractGenerator.GenerateServiceContractType
(System.ServiceModel.Description.ContractDescription contractDescription)
[0x00000] in <filename unknown>:0
at Mono.ServiceContractTool.Driver.Run (System.String[] args) [0x00000] in
<filename unknown>:0
at Mono.ServiceContractTool.Driver.Main (System.String[] args) [0x00000] in
<filename unknown>: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