Results 1 to 2 of 2
- 06-15-2007, 12:13 AM #1
Member
- Join Date
- Jun 2007
- Posts
- 95
- Rep Power
- 0
To make work DLL from webservices
A company provides to me with a DLL that allows to verify information of banking documents. I must create an application that allows to enter the number of the document, to send parameters to the DLL, and gives back the state to me of this document (it is the only form that it works). The first idea is to have centralized the DLL, to put it in webservices that receive parameters, give these parameters to the DLL, process info and give return result, to give back it… is this possible one?
Felissa:p
- 07-05-2007, 07:07 PM #2
Member
- Join Date
- Jun 2007
- Posts
- 91
- Rep Power
- 0
If you are going to develop the WebService in then Java you have JNI (Java Native Interface)it allows you to use the DLL as java class.
Check these links:
Download The Java Tutorial
Enhance your Java application with Java Native Interface (JNI) - Java World
Info :
JNI - Java Native Interface
Daniel :o
Similar Threads
-
create a Java Client to consume WEBSERVICES XML SOAP
By Felissa in forum Web FrameworksReplies: 2Last Post: 05-16-2008, 06:42 AM -
Can't make JTable work -- please help!!
By cagalli83 in forum Advanced JavaReplies: 0Last Post: 02-13-2008, 09:31 AM -
webservices axis..
By kalpana in forum Advanced JavaReplies: 0Last Post: 01-30-2008, 06:06 PM -
java webServices
By renukadevi.karri in forum New To JavaReplies: 0Last Post: 01-10-2008, 12:09 PM -
Free WebServices
By javaplus in forum Web FrameworksReplies: 4Last Post: 11-26-2007, 11:00 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks