New answers tagged wcf
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 ...
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 ...
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 ...
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....
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 ...
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 ...
Top 50 recent answers are included
Related Tags
wcf × 50635c# × 23101
.net × 8801
web-services × 4993
asp.net × 4158
rest × 2792
soap × 2108
iis × 2093
silverlight × 1695
json × 1674
wcf-binding × 1452
service × 1113
wcf-security × 1073
entity-framework × 1042
jquery × 958
asp.net-mvc × 957
serialization × 931
xml × 911
wpf × 883
azure × 856
wsdl × 844
ssl × 765
android × 762
authentication × 740
security × 736