[Mono-osx] WCF problem
Tomas Trescak
tomi.trescak at gmail.com
Tue Apr 17 18:08:05 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