[Mono-osx] Error adding WCF
Tomas Trescak
ttrescak at iiia.csic.es
Tue Apr 17 18:06:32 UTC 2012
Dears
When trying to add reference to WCF service Mono creates quite messy
Reference.cs
It crates unknown types.
Look:
[System.ServiceModel.XmlSerializerFormatAttribute()]
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgentService/IsConnected",
ReplyAction="http://tempuri.org/IAgentService/IsConnectedResponse")]
PauseResponse IsConnected(string agentId, Pause Pause);
My method "IsConnected" returns "bool" while MonoDevelop generated some
unknown type "PauseResponse" ... where Pause is name of my other method.
Any ideas?
Thanks!
More information about the Mono-osx
mailing list