Skip to main content

Questions tagged [wcf]

Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

wcf
-2 votes
0 answers
20 views

Spring Web Services client to .NET WCF Service PKIX path validation failed: signature check failed [closed]

We are calling a legacy WCF WSDL based Service from Spring Web Services Client. The details we got was a .cer file UserName and Password domain The above file has been imported in the cacerts via ...
user3593025's user avatar
0 votes
0 answers
33 views

gsoap c++ client not working for wcf https service (binding wsHttpBinding & soap 1.2)

I am using gsoap for wcf https service url with (binding wsHttpBinding & soap 1.2). Steps i followed on my linux machine. My gsoap release is release 2.8.91 for oracle linux8. Through soapUi my ...
user2652753's user avatar
0 votes
0 answers
32 views

dotnet build "Could not resolve this reference. Could not locate the assembly" error but only occurs on CI?

I have a simple CI that builds my solution on GitLab. The project consist of a .NET Core project and a WCF project. I am encountering an error after installing the latest version of Newtonsoft JSON ...
jdistro07's user avatar
  • 165
0 votes
1 answer
55 views

How to identify from which location a binary(.dll) is trying to read it's endpoints information?

I’m working with a class library named ServiceRef.dll that includes a WCF service reference. This library is utilized across various parts of our application, such as web applications and other class ...
R.T's user avatar
  • 199
0 votes
1 answer
40 views

WCF Certificate Authentication works with all client certificates

I have followed and investigated a lot of tutorials online for creating a WCF service that uses certificate authentication to authenticate a client connecting to our WCF service with a certificate. So,...
Steve Bamelis's user avatar
0 votes
1 answer
37 views

WebServiceHostFactory using HTTP only

I have a WCF service in a WebForms aplication that is created programmatically. The service is defined like this: [AspNetCompatibilityRequirements(RequirementsMode = ...
ShawnO's user avatar
  • 1
0 votes
1 answer
24 views

In WCF, why use HttpBinding instead of netTcpBinding?

WCF has netTcpBinding and HttpBinding. TCP is a transport layer protocol. HTTP is an application layer protocol which by default uses TCP. I read that netTcpBinding is faster than HTTP. If so, why use ...
GrassConcreteFloor1788's user avatar
0 votes
0 answers
52 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
1 answer
56 views

Why am I getting Compilation Error from web.config

We have a .NET 4.8 WCF project that was working just fine and compiles just fine but is now throwing up the following web.config compilation error when I try to access any end point: Compilation ...
Manjhari's user avatar
  • 166
0 votes
2 answers
43 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
2 answers
43 views

VS 2022 Add Service Reference not generating ClientCredentials for .Net Framework

I have to add a service reference to create a client proxy for a .Net Framework service and a .Net 8 service. The .Net 8 Add Service reference generates the client proxy correctly and executes ...
Mike's user avatar
  • 3,301
0 votes
1 answer
36 views

How to refresh caches hosts file for WCF HTTP Connection

I have a server and client application that uses a WCF HTTPS connection. They both use a certificate and therefore the client needs to use a DNS to connect to the server. In the system's hosts file ...
giomadz's user avatar
0 votes
0 answers
31 views

handle WCF validation inside SOAP method

i have different SOAP call, all call have the request validated using DataAnnotation (es StringLength, Range etc etc) I'm using ProvideFault to manage the validation error, but in this way the user ...
Luca Nitti's user avatar
0 votes
0 answers
48 views

.NET Core Web API to a remote WCF ASP.NET Framework net.tcp service

I have an .NET Core 6 Web API (Service 1) that consumes an older WCF ASP.NET Framework 4.5.2 (Service 2) which runs over only over net.tcp. The second service has a database connection which reads and ...
thxmike's user avatar
  • 656
0 votes
1 answer
32 views

WCF MessageContract not binding to classes - MessageContract is Null in endpoint

I am trying to receive a request in WCF. I need to respond with a MessageContract, therefore I need to take a MessageContract as input. I cannot alter the input SOAP request and must accept it as is....
Spencer Sullivan's user avatar

15 30 50 per page
1
2 3 4 5
3385