Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7520475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:04:39+00:00 2026-05-30T02:04:39+00:00

How to pass parameters from C#/.Net Windows Application to Java Servlet? One more thing

  • 0

How to pass parameters from C#/.Net Windows Application to Java Servlet? One more thing to add here is that we cant touch the Java Servlet code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T02:04:40+00:00Added an answer on May 30, 2026 at 2:04 am

    I assume that your java servlet is deployed in some container like Tomcat server. The easiest way to pass parameter to any web application is through query string.

    Assuming that

    • Servlet is deployed on a tomcat server (or any other container)
    • The tomcat server is running on machine say mymachine and listening to port 8080
    • The servlet is accessible via the following URL

      http://mymachine:8080/myapp/myservlet

    Now to pass parameter (say param1 and param2) to it you can invoke following URL

    http://mymachine:8080/myapp/myservlet?parame1=value1&param2=value2

    Use the following C# code to invoke this servlet

    HttpWebRequest  request  = (HttpWebRequest)
    WebRequest.Create("http://mymachine:8080/myapp/myservlet?parame1=value1&param2=value2");
    
    // execute the request
    HttpWebResponse response = (HttpWebResponse)
    request.GetResponse();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to call asp.net web service from java script and pass the parameters
I have an asp.net application where I need to pass values from one modal
I am trying to pass parameters from Visual Studio using VB.net to a Crystal
I'm trying to pass parameters from a PHP middle tier to a java backend
How to pass parameters to [WebMethod] in Asp.Net(C#) ? Can some one please explain
I'm calling a stored procedure from C# .net and one of the string parameters
I'm trying to pass 2 parameters from JQuery's Autocomplete plugin to an ASP.Net MVC2
I am trying to pass parameters from a .Net console app to a batch
I have to pass parameters between two rails apps. In one side (sender) I
Hi i want to use windows form application in way like an api from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.