tags:

views:

41

answers:

1

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