How should I tackle Continuous integration for a SOA platform? Let me explain the setup. We have 30 web service solutions and 5 client solutions, the web services are quite dependent on each other (r
In my SOA architecture, I have several WCF services. All of my services need to access the database. Should I create a specialized WCF service in charge of all the database access ?
I\'m working with one WCF service which will be consuming records I queue up for it with another.Service A will package up an object containing a series of records (I guess an XML document, haven\'t n
I have an android library which is distributed as a jar file for inclusion in 3rd party applications.
One of our products implements the following one-way web service structure: Server <--------------------- Middleware <---------------- Client
I\'m trying to put together a contract-first web application using Spring-WS.I want to define an operation that the client can invoke by providing no parameters and simply get back from the server an
I\'ve been looking for open source examples of SOA applications, but most of the times I find simple tutorial hello world style examples that introduce the tricks of the respective middleware.
We\'re developing a few new services that will run on JBoss and will be accessible by REST API-s.These will be Java apps bundled into EAR files.Is it a good practice to deploy these services to the sa