Skip to main content
0 votes
1 answer
445 views

I've been connecting to Bloomberg's SOAP web services (DataLicense) for years without any SSL issues. After upgrading my project from .NET 8 to .NET 9, calls to the service fail with a TLS/SSL ...
sofsntp's user avatar
  • 2,254
0 votes
0 answers
45 views

I have to communicate with a soap service that requires me to sign specific parts of the message. I can configure this in soapUI, as in image below. I need to sign the WSA headers from and to, the ...
zu1b's user avatar
  • 595
0 votes
1 answer
118 views

I need to add the following WSE soap header to a request to an external web service. <wsse:Security soapenv:mustUnderstand="1" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-...
zu1b's user avatar
  • 595
0 votes
1 answer
60 views

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
1 vote
1 answer
149 views

Can anyone share if it is possible for the below configuration to be written in .NET Core? If there are any obvious roadblocks and if there are any workaround. I have used the code equivalent for the ...
Anirudh's user avatar
  • 11
0 votes
0 answers
90 views

I have a Windows service that self hosts a WCF service for clients to connect to, current it using unsecure HTTP connection. I have bought an SSL certificate from a trusted CA that I already use to ...
Nav Pandher's user avatar
1 vote
0 answers
591 views

Below is is my wcf Web.config file code which i want to use in corewcf projects <?xml version="1.0"?> <configuration> <configSections> <section name="...
Arun Singh's user avatar
0 votes
0 answers
105 views

I'm trying to use Message security for my service, but I keep failing.I'm new to wcf developing, so I've relied on copying others but this is trickier. First I created my service and my client. After ...
kilometer's user avatar
1 vote
1 answer
93 views

Does CoreWCF support KafkaBinding ? If yes - Can someone please share the steps I need to follow on client side ? I was not able to find a way to create a channel factory for KafkaBinding and make ...
Ramesh Kartik's user avatar
0 votes
0 answers
270 views

I'm trying to implement Gzip compression in a WCF Service that is hosted on IIS. Previously the binding config was set as -- <customBinding> <binding name="SOAPBinding"> ...
Osprey1999's user avatar
0 votes
1 answer
55 views

I am working on a Windows 10 workstation invoking a localhost-hosted service. I am getting a 404.0 response. I have verified the following: The Physical Path directory is writable by the ...
Tevya's user avatar
  • 864
0 votes
1 answer
44 views

There is a new requirement where I need to Compress the WCF service response in GZIP format and send it to partner systems in C#. How can I achieve this ? I have tried adding the configurations in web....
ADesai's user avatar
  • 1
0 votes
1 answer
1k views

I'm using .NET Core 6 and have the 6.0 Nuget packages for System.ServiceModel which is this opensource code: https://github.com/dotnet/wcf I'm trying to replicate client bindings from a .NET framework ...
user2350749's user avatar
0 votes
1 answer
393 views

I am attempting to create a WCF .NET service secured using a STS IssuedToken. STS is secured by X509. I developed a client with .NET framework and it works. I conducted research online and I ...
muhammetsahin's user avatar
0 votes
1 answer
826 views

Is it possible to WCF service integration on MAUI framework? I need to implement login page on MAUI through integrate WCF Service Do you have any reference link regarding this? I am trying to ...
Rajesh's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
110