如何将值从asp.net文件传递到java文件

问题描述:

我在java上有一个Web服务客户端,这个客户端需要一些值,我想从servlet传递这些值,并且应该从Asp.net文件中调用该servlet

有没有这样做?

I have a web service client on java this client needs some values, I want to pass those values from the servlet and that servlet should be called from an Asp.net file
Is there any to do this?