Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
40 views

WCF service throws error in ASP.NET MVC. Could not establish secure channel for SSL/TLS with authority

First of all there is a ton of question with the same title but I believe my problem is little bit different from other questions. I would like to state that everything where perfectly fine about two ...
MonkeyDLuffy's user avatar
0 votes
1 answer
18 views

WCF endpoint behaviors not getting called after CustomUserNamePasswordValidator throws exception

Running into an issue where our EndpointBehaviors are not running when an exception is thrown from our WebServiceHost which registers a CustomUserNamePasswordValidator host.Credentials....
bpeikes's user avatar
  • 3,625
0 votes
1 answer
51 views

iis express .svc cannot access the file. It gives a file not found error

In the .net project, I get the svc file not found error on localhost. I made IIS settings. http activation vs. I also reviewed my web.config file but nothing worked. When the service runs, it gives ...
Büşra Güler's user avatar
0 votes
0 answers
54 views

WCF client works with .NET Framework but not with .NET Core:

I have a WSDL file that I tried to import into .NET Framework and .NET Core code. In .NET Framework, it works fine, but in .NET Core, it throws the following error: "The SSL connection could not ...
BilalMr's user avatar
  • 337
0 votes
2 answers
45 views

Securing self-hosted WCF service using custom authentication

I've an ASP.NET MVC web app which is meant to be used within the enterprise. This web app has a custom authentication implementation. The controller functions will call self-hosted WCF services ...
pradeep's user avatar
  • 305
0 votes
1 answer
55 views

SAP RFC call in WCF and . NET 7 via VS 2022 error

I can not manage the following error : System.InvalidOperationException: ‘’There is no TransportBindingElement in the CustomBinding on the ServiceEndpoint with the negotiation ‘ZQM_XPortType’. Each ...
iincitr's user avatar
  • 70
0 votes
1 answer
67 views

Visual Studio 2022 not hitting breakpoints in WCF service file (.svc) but breakpoints work in unit tests

I'm experiencing an issue where Visual Studio 2022 is not hitting breakpoints in a file (an .svc file) of my WCF project, even though the code changes are reflecting correctly and the breakpoints work ...
TheIntrovetCoder's user avatar
1 vote
1 answer
38 views

WCF service not getting called

I am having wcf service which is running on dotnet framework 4.8. This service is called from dotnet 7 application. Now, we had a requirement where we need to use SAML based authentication. And for ...
Saiyam Shah's user avatar
2 votes
1 answer
50 views

How to customize RequestSecurityToken Issuer?

I have this code to create a "RequestSecurityToken": var request = new RequestSecurityToken { TokenType = "some:urn", AppliesTo = new EndpointReference($"...
Francesco Franzini's user avatar
0 votes
0 answers
25 views

Virtual path maps to another application

I'm am getting the following error when I run my VS WCF app. The virtual path '/MyApp/MyService.svc' maps to another application, which is not allowed. [ArgumentException: The virtual path '/MyApp/...
user2237631's user avatar
0 votes
0 answers
98 views

Error on calling SOAP on .NET 8 { Element 'faultstring' with namespace name '' was not found. Line 6, position 115. }

I'm creating a console app calling a SOAP webserver using C# and Visual Studio connected services, which generates the contract classes for me. But when I call a method from webservice, I'm not ...
Kaz's user avatar
  • 31
0 votes
1 answer
277 views

All calls to WCF service in .NET 8 extremely slow compared to .NET framework 4.7

I am attempting to convert a class library from .NET Framework 4.7 to .NET 8 that connects to an instrument that you communicate with via WCF. All calls to the server are much slower (not just the ...
user24146667's user avatar
1 vote
0 answers
65 views

WCF service not generating JavaScript reference file on client side app after updating service reference

I encountered an issue with my client app where i am using a wcf service. Assuming when service reference is updated,client app will have a js file which looks like (https://test/portal/ajaxwebService....
Sandeep's user avatar
  • 21
0 votes
1 answer
103 views

Serialization issue in the passing an array in the CoreWCF service

I am working on migrating an old WebService from .NET (.asmx) to a CoreWCF SOAP service. The intention is to move from .NET Framework 4.0 to .NET 6/8 without affecting any upstream dependencies. ...
Akshay Pradeep-Kulkarni's user avatar
0 votes
1 answer
507 views

How to add REST API to a .NET Framework Solution with existing WCF Services?

I am working with a mature application which is built in .net Framework 4.5 (upgraded to 4.8 in the test environment). I am a student and there are many things I don't fully understand in the ...
Rosy's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
588