You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Cannot import wsdl:binding
Detail: An exception was thrown in a call to a policy import extension.
Extension: System.ServiceModel.Channels.SecurityBindingElementImporter
Error: The method or operation is not implemented.
XPath to Error Source: //wsdl:definitions[@targetNamespace='http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice']/wsdl:binding[@name='S007SecurityTokenServiceEndpoint']
Warning: Cannot import wsdl:port
Detail:
XPath to Error Source: //wsdl:definitions[@targetNamespace='http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice']/wsdl:service[@name='SecurityTokenService']/wsdl:port[@name='S007SecurityTokenServiceEndpoint']
Error:Error: No endpoints compatible with .Net Core apps were found.
Error:An unknown error occurred while invoking the service metadata component.
Failed to generate service reference.
The text was updated successfully, but these errors were encountered:
The only workaround at this point is to change your service to use transport security and not message security. This is might not be an option if you do not own the service.
WCF is not able to support message security currently is because underlying key functionalities (mostly in System.IdentityModel) is not available on .NET Core. FYI, this is tracked in #3, #4, #8.
I'm trying to use a WCF service in a .NET Core 2 console app. Any ideas on how to resolve the following....? The url is https://authentication.business.gov.au/R3.0/vanguard/S007v1.2/Service.svc
Warning: Cannot import wsdl:binding
Detail: An exception was thrown in a call to a policy import extension.
Extension: System.ServiceModel.Channels.SecurityBindingElementImporter
Error: The method or operation is not implemented.
XPath to Error Source: //wsdl:definitions[@targetNamespace='http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice']/wsdl:binding[@name='S007SecurityTokenServiceEndpoint']
Warning: Cannot import wsdl:port
Detail:
XPath to Error Source: //wsdl:definitions[@targetNamespace='http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice']/wsdl:service[@name='SecurityTokenService']/wsdl:port[@name='S007SecurityTokenServiceEndpoint']
Error:Error: No endpoints compatible with .Net Core apps were found.
Error:An unknown error occurred while invoking the service metadata component.
Failed to generate service reference.
The text was updated successfully, but these errors were encountered: