[Mono-aspnet-list] wcf support on mono
mandar bhong
coolmandar at gmail.com
Tue Mar 29 01:51:03 EDT 2011
Hi ,
I am working opc server implementation on mono. Here different
protocol is available for communication
e.g SoapXmlBinding,
SoapXmlOverPipeBinding,
SoapXmlOverTcpBinding and
TcpBinding
>From which I have successfully establish communication channel
over TcpBinding but when I have started with SoapXmlBinding it is producing
error for method
"(SymmetricSecurityBindingElement)SecurityBindingElement.CreateMutualCertificateBindingElement()"
I have google on it and found that some security related method are marked
as TODO.
While executing above method I got following error
*"Error occured at System.Reflection.MonoCMethod.Invoke (System.Object obj,
BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[]
parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename
unknown>:0 *
* at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
*
* at System.Activator.CreateInstance (System.Type type, BindingFlags
bindingAttr, System.Reflection.Binder binder, System.Object[] args,
System.Globalization.CultureInfo culture, System.Object[]
activationAttributes) [0x00000] in <filename unknown>:0 *
* at System.Activator.CreateInstance (System.Type type, System.Object[]
args, System.Object[] activationAttributes) [0x00000] in <filename
unknown>:0 *
* at System.Activator.CreateInstance (System.Type type, System.Object[]
args) [0x00000] in <filename unknown>:0 "*
I want to know that when those method will be available to me so I
can proceed forward
Along with that I want to know , How we can form secure
communication channel with wcf on mono
Thanks and Regards
Mandar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20110329/650ca7bc/attachment.html
More information about the Mono-aspnet-list
mailing list