Link to home
Start Free TrialLog in
Avatar of dkim18
dkim18

asked on

Is it possible to call VB functions using Web sevices (front end)?

Hi,

I have a vb.net application and this is a fairly complex mathmatical calculation application.
What I would like to do is use this existing vb classes(functions).
I am trying to create a new interface probably in asp.net.
I am new to web services so if I don't make much sense, please correct me.
Is it possible to set up a web services which can call these vb functions?

This application takes in an input file consists of lines of data.
It runs through models(calculations) and it spits out the result file.
The result file contains a few lines consists of some numbers, ex) life expectancy= 71.1, possible height (cm) =180

Can you help?/
Thanks.
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

This is where Tiered approach comes into play. Break the functionality of the app into one or more separate DLLs. These then can be used with any frontend.
Avatar of dkim18
dkim18

ASKER

Can you give me more details?
The VB.NET basically has 20 or so of classes which are models(functions) run certain calculations.

1) I want to know if it is possible set up a web services to call these functions and bring back the result to my new asp.net interface?

2) What would be the better design? I will be using asp.net front end.
Avatar of dkim18

ASKER

We don't want to touch this vb.net code. We just want to call their functions.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial