Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forced to break the wrapper approach
Message
De
15/11/2003 14:40:12
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Forced to break the wrapper approach
Divers
Thread ID:
00850303
Message ID:
00850303
Vues:
52
In all Web Services I do, it is always a wrapper. So, that means, I don't have any business nor data objects in it. However, for a particular case, I don't know what would be the best approach to take.

The client is using VB.NET to connect to our Web Service. Before sending a specific XML parameter, they are encrypting it with a VB.NET encryption class. They key used to encrypt is based on a login DBF table we have on the server where the client knows its key. So, on the server, we can then decrypt using the login record of the user and we should then be able to access the required data.

But, the problem is the following. The Web Service is forwarding the request to a VFP application which handles all the data tier. But, once we are in VFP, we don't have access to the VB.NET encryption class. We can only decrypt at that level. If we do it at the Web Service level, that would mean we'll have to access the VFP table from there.

Would it be possible from VFP to access the VB.NET encryption class? Or, for that one, should I be better to break our rule and deploy a data encrypt class at the Web Service level to query the login table to get the decrypt key?
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform