-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaffolding code fails (MessageSecurity issue) #1354
Comments
This problem happens because message security is not yet fully supported in .net core and the service implements message security. Now, the error message is misleading and not very helpful, we need to improve it ... |
Do you have any plans to support this functionality? |
Yes, that's in our radar. |
Hi @zhenlan , any progress on this? I have a WCF service with TransportWithMessageSecurity that is being used by many many clients. Now there is a need to develop a new client and I want to use asp.net core but unfortunately getting stuck because of this issue. Is there any workaround? |
Hi @ammar-haider I don't see the support of message security can be added in anytime soon. Will it be a viable solution for you to use transport security with client cert auth or Kerberos auth? |
Any news wether this is on the short term roadmap? |
Hi @Jelle87 Support for message security in the .Net Core framework is going to take a while as it requires several other APIs not yet in the framework. We will update this issue when we have a clearer roadmap for this feature. thanks again for your interest in the .Net Core platform and the WCF Web Service Reference tool. cc @zhenlan |
I would like to know when will .Net Core platform support message security |
Any update on MessageSecurity issue ? |
Generating from https://mm2nq.morgenundmorgen.com/v210/Service.svc
Scaffolding Code ...
Error:Error: Cannot import wsdl:binding
Detail: An exception was thrown while running a WSDL import extension: System.ServiceModel.Channels.StandardBindingImporter
Error: The method or operation is not implemented.
XPath to Error Source: //wsdl:definitions[@targetNamespace='http://tempuri.org/']/wsdl:binding[@name='BasicHttpBinding_IVersicherungsService']
Error: Cannot import wsdl:port
Detail: There was an error importing a wsdl:binding that the wsdl:port is dependent on.
XPath to wsdl:binding: //wsdl:definitions[@targetNamespace='http://tempuri.org/']/wsdl:binding[@name='BasicHttpBinding_IVersicherungsService']
XPath to Error Source: //wsdl:definitions[@targetNamespace='http://tempuri.org/']/wsdl:service[@name='WebVersicherungsService']/wsdl:port[@name='BasicHttpBinding_IVersicherungsService']
Error: No endpoints compatible with .Net Core apps were found.
An error occurred in the tool.
Failed to generate service reference.
The text was updated successfully, but these errors were encountered: