I have created a C# ASP.NET web page(Front End) to collect information from user and I would like to know how to send the information to a java web services to process the information which is from the web page?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This post How to invoke Java web service in ASP.net using C# will give you some direction. Essentially, you need to:
The tutorial above by Bikash Shaw aims develop simple mathematical functions like addition, subtraction etc. using Java web services called
JSimpCalcWebService:}
Example C# code to invoke the web service: