Skip to content
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

Closed
mmbetzel opened this issue Jul 8, 2016 · 11 comments
Closed

Scaffolding code fails (MessageSecurity issue) #1354

mmbetzel opened this issue Jul 8, 2016 · 11 comments
Assignees
Labels
feature request Adding new functionality requiring adding an API to the public contract. tooling An issues related to any tool shipped from this repo.

Comments

@mmbetzel
Copy link

mmbetzel commented Jul 8, 2016

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.

@zhenlan zhenlan added the tooling An issues related to any tool shipped from this repo. label Jul 12, 2016
@zhenlan zhenlan added this to the 2016.07 milestone Jul 12, 2016
@mlacouture
Copy link
Member

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 ...

@ghost
Copy link

ghost commented Jul 18, 2016

Do you have any plans to support this functionality?

@mlacouture
Copy link
Member

Yes, that's in our radar.

@zhenlan
Copy link
Member

zhenlan commented Jul 18, 2016

Hi @lburkovsky, the support of message security is tracked by issues #3, #4, #8. We are still working on the plan of how to support it in .NET Core. We will update those issues when we have an update.

cc: @EricaMo

@mlacouture mlacouture changed the title Scaffolding code fails Scaffolding code fails (MessageSecurity issue) Jul 20, 2016
@mlacouture mlacouture modified the milestones: Future, 2016.07 Sep 13, 2016
@ammar-haider
Copy link

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?
thanks

@zhenlan
Copy link
Member

zhenlan commented Oct 25, 2016

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?

@Oosterbosch
Copy link

Any news wether this is on the short term roadmap?

@mlacouture
Copy link
Member

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

@mlacouture mlacouture added the feature request Adding new functionality requiring adding an API to the public contract. label Oct 26, 2017
@hemabhushanr
Copy link

I would like to know when will .Net Core platform support message security

@mlacouture
Copy link
Member

Please track message security support with issues #3, #4 and #8 as @zhenlan mentioned. thanks,

@ckrandhir
Copy link

Any update on MessageSecurity issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Adding new functionality requiring adding an API to the public contract. tooling An issues related to any tool shipped from this repo.
Projects
None yet
Development

No branches or pull requests

7 participants