Skip to main content

All Questions

Tagged with
3 votes
3 answers
381 views

Encapsulating a central soap service in a microservice?

I am currently developing an application (rest-backend and SPA) that requires information from people (personal data, department, superior... ). Our company has a central directory for this purpose. ...
Phoenix's user avatar
  • 67
0 votes
2 answers
527 views

Does presentation layer inlcude REST and SOAP services?

Please, consider three pictures, I found in internet: 1: 2: 3: I always thought, that REST and SOAP services are in service layer - see #1. However, if you look at #2, you'll see, that presentation ...
ThatsMe's user avatar
  • 195
0 votes
1 answer
85 views

How to abstract the communication protocol used to communicate between different microservices?

I would like to implement a microservice which can support both REST and SOAP, and will use the protocol based on the client preference (or what the client is already using). I have been thinking of ...
Bionix1441's user avatar
2 votes
1 answer
805 views

API design reference , Empty list response (REST, SOAP, ...) type compatibility

Not sure where to go for an authoritive/text book answer for this question. Suppose a service returns a list of something e.g. Customer, Employee, Fruits, etc. What should be returned when the list ...
jimjim's user avatar
  • 863
-2 votes
2 answers
364 views

Confused about how APIs are called

I'm new to APIs. Conceptually, I understand what an API is, but I get confused when it comes to the some of the technical details. All of the tutorials I've read talk about URLs and endpoints, and ...
entropy1's user avatar
2 votes
2 answers
886 views

Building a rest api layer on top of a soap webservice

We want to build a rest api layer on top of a soap webservice. Our current situation is that we have a coldfusion application that talks with the webservice, both running on different servers. The ...
Bram's user avatar
  • 29
2 votes
1 answer
230 views

How to design document exchange system

I am trying to come up with a design of document exchange system. System should be for business-to-business communication. Description: There will be possibly 100+ clients(consumers) - they will have ...
onlydmc123's user avatar
0 votes
1 answer
975 views

Point-to-Point integration vs ESB

We have a system which has been in development for 10+ years and still continues. It is built as an SOA and use SOAP. We have a new client, internally within our company, who wants to integrate with ...
CodingYoshi's user avatar
3 votes
1 answer
2k views

Is WSDL still used? [closed]

As today most of the development is towards the lightweight service and RESTful architecture, is WSDL still needed to describe these services? In today's world -- where cloud computing, mobile ...
Rohit V's user avatar
  • 39
6 votes
6 answers
471 views

Are SOAP services better than RESTful services for interfacing with complex scientific models?

I have a scientific model that is typically run by providing it a complex text-based input file. I would like to provide a service endpoint to allow users to instantiate the underlying model. The ...
user avatar
0 votes
0 answers
57 views

Protocol to expose services to process both on same machine or remote

I am developing a server that exposes multiple services to other processes (they could be both servers or hmi clients): those could be hosted on the same machine or not and they could be written in ...
Marco Stramezzi's user avatar
-1 votes
1 answer
244 views

SOAP and JSON services

Is it possible to produce a web service based on SOAP and on JSON simultaneously? For what I know it seems that only RESTfull services may use JSON
Gianna Reggio's user avatar
64 votes
3 answers
22k views

What is the present-day significance of SOAP

Last I encountered a SOAP based service was during my internship in a financial firm in 2013. That was the time when I started my career in IT. I remember having some study material about SOAP in one ...
Abhas Tandon's user avatar
0 votes
3 answers
670 views

Is it good practice to consume both the REST and SOAP API for a particular service?

I am in the planning phase of a project that will use a 3rd party service that supports both REST and SOAP. The SOAP API is more mature and thus supports more operations. I'd love to depend only on ...
Kevin Le's user avatar
  • 111
1 vote
3 answers
836 views

Soap vs. rest - a hybrid approach? [closed]

I have a proper SOA architecture, with web services defined with WSDL and responding to SOAP requests. But this application has also an endpoint that responds to json request and replies in json ...
sissy's user avatar
  • 111

15 30 50 per page