Forum Moderators: open

Message Too Old, No Replies

Calling C DLL from Webservices

         

sylvester 26

5:11 am on May 7, 2004 (gmt 0)



PROJECT
-------

The Client side Application (GUI) is written in Delphi which calls a C DLL (ODBC) which creates the SQL connection to the backend database and retreives the data.

Now
---

I have to write a webservice which gets the function and the parameters from the C executable and covert it into a XML format and using SOAP will have to send it to the server side (where it is received by a Java Webservice and it retreives the data this is done by another person!), then the data in XML format from the server side has to be received by my webservice and put back into the C program which will then
flush it onto the GUI.

COULD ANYONE OUT HERE HELP ME OUT! PLS

f00sion

7:02 pm on May 7, 2004 (gmt 0)

10+ Year Member



if the c dll is a com object you can find directions on how to reference it in .net here:
[windows.oreilly.com...]