python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Consuming SOAP service with NET 6 Blazor WASM - Error in ServiceModel.BasicHttpBinding
I'm working with Blazor WebAssembly in Net 6, trying to consume a web service SOAP.
The Blazor app is configure to HTTPs, but the SOAP service no.
In the Reference.cs, there is a line where crash with...
miketromba
Votes: 0
Answers: 0
What is common strategy for synchronized communication between replica's of same PODS?
Lets say we have following apps ,
API app : Responsible for serving the user requests.
Backend app: Responsible for handling the user requests which are long running tasks. It updates the progress t...
Sagar Gandhi
Votes: 0
Answers: 1
Problem with stripe Webhook not seem to be called?
help !!! i have a problem with stripe Webhook not seem to be called ...
i setup endpoint in Stripe dashboard for live website
and create route in my app like so
app.post(
'/webhook-checkout',
bod...
Hamza Belghazi
Votes: 0
Answers: 1
Should private REST endpoints reveal the parameter names in error messages?
The question I have is about whether parameter name(s) be exposed in an error message.
For example, let's say that the public endpoint is https://foo.bar.com/api/results?first=abcd. It's code is supp...
S P
Votes: 0
Answers: 1