Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Services or Another technology?
Message
From
18/11/2015 10:54:14
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01627591
Message ID:
01627592
Views:
61
>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?

Yes, a Web Service will suit well for that requirement.

You build a Web Service on the server. Then, the client can send a SOAP enveloppe which will send a hit to one of your Web Service method and you will return them a response. I always recommend to keep it simple at first. Simply return a XML string which will tell them the success of the operation with any relevant data they need to obtain from the insertion of that record in your database.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform