Click here to Skip to main content
15,911,132 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

I have created a C# Web service in ASP.net. I am using a IIS web server. I have successfully deployed the service by creating a .net website application.

The service takes an input parameter which is the file name and returns a string.

[WebMethod]
public string ProcessResults(string filename)

NOW I need to call the ASP.net service from Java. How do I make a reference to the web service and call a function from it. What tools do I need to download and the code to execute.

I am a beginner in web services. Any help in this matter will be appreciated.

Thanks.
Reply With Quote
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900