Hi,
I transfer hash password over basicHttpBinding wcf service. I use mono 2.6.3
release.
If I hosting WCF service on .NET server and client is on Mono, this error
occured (always):

Exception in async operation: System.Xml.XmlException: Referenced character
was not allowed in XML
...
Referenced character was not allowed in XML. Normalization is True,
checkCharacters = True Line1, position 542


If hosting WCf service on Mono server and client is on .NET, this error
sometimes (3 times from 5) occured:

Addressing Version AddressingNone  does not support adding WS-Addressing
headers


And if hosting WCF service on Mono and client is on Mono too, this error
occured (always):
...
System.ServiceModel.FaultException  1 
...
invalid character at 0: &#...@$


On .NET hosting and client all running fine.


What's wrong please? Is it compatibility problem with WCF .NET and Mono WCF.
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Problem-with-mono-WCF-compatibility-with-NET-tp2065368p2065368.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to