Top "Soa" questions

SOA stands for Service-Oriented Architecture, a flexible set of design principles that allow multiple separate systems from several business domains to inter-operate.

How can I force WCF to autogenerate WSDLs with required method parameters (minoccurs="1")?

While using WCF and OperationContracts I have the following method defined: [OperationContract] [FaultContract(typeof(ValidationFault))] [FaultContract(typeof(FaultException<ExceptionDetail&…

wcf soap wsdl soa
Microservice Versioning

What is the best practice to adapt for versioning in a Microservice Based Architecture, in terms of supporting multiple versioned …

architecture versioning soa microservices
WCF Error "Found multiple X.509 certificates using search criteria"

I receive following error when I try accessing a WCF service hosted on our staging server. "Found multiple X.509 certificates …

.net wcf web-config soa client-certificates
SaaS, SOA and Web Services

This question may be foolish, but I am really confused. I want to implement a Software as a Service (SaaS), …

web-services soa saas
If SOA is dead, what's replacing it?

Please forgive me if this question is dense. Background: We have several internal applications that integrate at the database. We …

architecture soa
Are both REST and SOAP an implementation of SOA?

I have a question around SOA. Are SOAP and REST both considered approaches for implementing a service-oriented architecture? I know …

rest soap soa
Replacing service layer with MediatR - is it worth to do it?

Do you think it might be reasonable to replace my service layer or service classes with MediatR? For example, my …

c# asp.net-core domain-driven-design soa mediatr
How to ship logs in a microservice architecture with docker?

Heroku describes logs in its Twelve-Factor App manifest as simple event streams: Logs are the stream of aggregated, time-ordered events …

logging soa docker
JDBC driver does not support XA issue

I am getting "JDBC driver does not support XA issue" Error committing transaction:; nested exception is: javax.transaction.xa.XAException: …

java jdbc transactions soa xa
What's the difference between Transport security & Message security in WCF

I'm looking into WCF & Security. There are several security modes but the big picture is that there are 2 main "…

wcf soap soa