Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Services or Another technology?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01627591
Message ID:
01627633
Vues:
65
First, thank you for your input (although most is way over my head, unfortunately). And I don't know if this is a .NET to .NET. The situation is as follows. A company approached my customer and they want to implement their application. But my customer insists that the records of this (3P) application have to be duplicated (or entered) into my application SQL Server. So I have to (it is up to me) suggest/direct how their data can go into my application database. This is why I thought of Web Services. But this other company, when creating a Web Service (my understanding is that they have to) may not use .NET but some other technology.

>If this is an internal service and you are calling from .NET to .NET then using a SOAP based Web Service may very well be the easiest solution. If it's a public facing solution it's probably better - as Craig has mentioned - to use a REST based API using ASP.NET Web API. While REST based services are more appropriate today, consuming them can be a bit more work as there's no service definition and you manually need to create the types that can receive the client data. With SOAP you can just point at the service and get a proxy generated for you - so it can be somewhat easier to work with.
>
>If you go the REST route you can use Web API on the server, and a standard HTTP client (like HttpClient()) that can automatically deserialize JSON into objects that you create on your own.
>
>+++ Rick ---
>
>>Hi,
>>
>>I need to understand (and learn) a .NET technology that would be used as follows:
>>
>>Some 3P software has to add record(s) to a table in SQL Server database. Then my application will "deal" with this record(s) (this is not relevant to the question). I may need to "tell" the 3P software how the data from their program will go to the database. Will I need to build Web Services to consume their data/messages? (not sure if "consume" is the right term though). Or another technology?
>>
>>What technology should I look at and learn?
>>
>>TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform