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

  • SEARCH
  • Home
  • 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 7986911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:59:23+00:00 2026-06-04T11:59:23+00:00

my url is : http://localhost:8983/solr/db/select/?q=searchtext&version=2.2&start=0&rows=10&indent=on How can i get response (xml data) from this

  • 0

my url is :

http://localhost:8983/solr/db/select/?q=searchtext&version=2.2&start=0&rows=10&indent=on

How can i get response (xml data) from this url in asp.net. my result search is :

WebRequest request = WebRequest.Create(url);
WebResponse response = request.GetResponse();
String a = response.ResponseUri.ToString();

But, I cant get content of xml data.

  • 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-06-04T11:59:25+00:00Added an answer on June 4, 2026 at 11:59 am
    HttpWebResponse response = (HttpWebResponse)request.GetResponse();
    
    Stream receiveStream = response.GetResponseStream();
    
    StreamReader readStream = new StreamReader(receiveStream, Encoding.UTF8);
    
    String a = readStream.ReadToEnd();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I enter search url http://localhost:8983/solr/select?qt=standard&rows=10&q=*:* I get a response with 10 documents. But
i need to get this url (http://localhost:8983/solr/select/?q=treen&omitHeader=true) and get the response as xml, and
When I enter ' http://localhost:8983/solr/select/?q=body:hello ` in the URL field I get all the
Here is the url: http://localhost/test.php?id=http://google.com/?var=234&key=234 And I can't get the full $_GET['id'] or $_REQUEST['d'].
Hey i have this talk to do: Use solr api, use this url: http://localhost:8983/solr/select/?q=tree
I started Solr and ran the following query: curl http://localhost:8983/solr/dataimport?command=full-import&commit=true I then checked the
I have this url : http://localhost:49500/Learning/Chapitre.aspx?id=2 How can I get just the value of
I am doing an http get using the url http://localhost/add?add_key[0][key]=1234&add_key[0][id]=1. I have a rails
I have a url: http://localhost/40ATV/dashboard.php?page_id=projeto_lista&lista_tipo=equipe I want to get the address after the last
how can I get only the domain, for example: The url: http://localhost:11093/SiteA/Admin/Default.aspx Then, I

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.