web services - Consuming and exposing webservices in one project (.NET) -


what best practice concerning consuming , exposing webservices in 1 project? (.net)

i need create rest webservice expose data. rest webservice need consume data (soap) webservice third party. (the data needs merged data present in database, cannot call soap directly)

we working on creating class library consuming data third party (soap) , use in rest webservice. correct way go ?

i need advise on this, going "core" of application future development.

thanks in advance

regards, heisa

if trying enrich data 1 source , combine information source, think decent solution.

i think better have 1 single point talk (your rest service), have 2 in application , merge them there. benefit of single-service pattern is easier maintain, , can reuse enriched data in other products / devices.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -