Skip to main content

New answers tagged

0 votes

XML Digital Signature valid locally but rejected by remote server when running in Linux Docker container (.NET 5/WCF)

On Linux, SignedXml uses RSAOpenSsl internally. The PKCS#1 padding behavior of RSAOpenSsl is slightly different than that of Windows RSACng. This is the most likely reason your servers rejects ...
Stefan Steiger's user avatar
0 votes

Why does .net WCF Service require the Interface

injecting Interface, you can then use Service whatever you like in your class, without modifying your consuming class. Nowadays (in NET.Core), Injecting an interface is a foundational dependency ...
JeeyCi's user avatar
  • 652
Best practices
1 vote
0 replies
0 views

BizTalk Server 2020: Best practice for exposing HTTP POST endpoint to receive JSON and write to file (HTTP adapter vs WCF-WebHttp)

Thanks. I finally got it to work, including HTTPS. I learned a lot along the way. Here’s what I did: IIS Created an IIS application using the WCF Service Publishing Wizard with the Service Endpoint ...
Flat3ric's user avatar
Best practices
0 votes
0 replies
0 views

BizTalk Server 2020: Best practice for exposing HTTP POST endpoint to receive JSON and write to file (HTTP adapter vs WCF-WebHttp)

Use the BizTalk WCF Service Publishing Wizard https://learn.microsoft.com/en-us/biztalk/core/technical-reference/biztalk-wcf-service-publishing-wizard You may have to select a random schema to publish....
Dijkgraaf's user avatar
  • 11.6k
Best practices
0 votes
0 replies
0 views

BizTalk Server 2020: Best practice for exposing HTTP POST endpoint to receive JSON and write to file (HTTP adapter vs WCF-WebHttp)

Many thanks for your reply. I truly want to understand why I can’t get it to work with the WCF-WebHttp adapter. Your answer regarding the minimal configuration doesn’t mention anything about setting ...
Flat3ric's user avatar
Best practices
0 votes
0 replies
0 views

BizTalk Server 2020: Best practice for exposing HTTP POST endpoint to receive JSON and write to file (HTTP adapter vs WCF-WebHttp)

WCF-WebHttp is preferred, mainly because it is a more up to date adapter. Minimal configuration is a receive location configured with the WCF-WebHttp adapter. And no, you don't have to convert it ...
Dijkgraaf's user avatar
  • 11.6k

Top 50 recent answers are included