I have an application in VB.NET. I want to call that application from a remote system by using Java servlets. Can anybody tell me the methods for that?
A:
Make the VB.NET application expose an HTTP WCF endpoint and call from Java using standard web services calls.
Otávio Décio
2009-11-25 13:15:04