c# - Calling a WebService of a ASP.NET MVC 4 from Java client -


i'm developing asp.net mvc 4 (in c#) web application. application involves interaction local java application.

i want upload file java asp.net server , store in database. question is: how expose asp.net mvc method may called java. need web service? how insert web service in asp.net mvc application? idea expose controller method of asp.net mvc may receive file java.

i don't know if such thing possible, , how call controller function java app , controller may receive file.

best regards, william.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -