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 8110629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:49:21+00:00 2026-06-06T01:49:21+00:00

I have a .Net XML webservice that I need a simple Sinatra app to

  • 0

I have a .Net XML webservice that I need a simple Sinatra app to call. Really it’s just forwarding it. Say I have my sinatra.myapp.com/mywebservice.asmx catch the request, and then throw it to http://www.myoldapp.com/mywebservice.asmx with all of the incoming parameters, get the response and then have sinatra.myapp.com return the results to the client.

Domain aliasing is unavailable to us in this scenario, as is trusting that the consumer of the sinatra.myapp.com endpoint is capable of following redirects.

  • 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-06T01:49:22+00:00Added an answer on June 6, 2026 at 1:49 am

    That’s how I would have done it:

    require 'sinatra'
    require 'net/http'
    require 'rexml/document'
    
    get '/mywebservice.asmx' do
      query_string = ''
      params.each  { |k, v| query_string += k + '=' + v + '&' }
    
      http     = Net::HTTP.new('www.myoldapp.com', 80)
      response = http.get('mywebservice.asmx?' + query_string)
    
      xml      = REXML::Document.new(response.body)
    end
    

    You can now do whatever you want with the REXML object.
    I can’t tell you much about how to use it because I don’t master it myself, but you can find many resources on the Internet that talk about it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an old style .NET ASMX (SOAP/XML) webservice that is used to upload
I have a asp.net web forms app that uses System.Web.Caching.Cache to cache xml data
i have a couple of xml files in my asp.net web application that i
I have a single XML file that I want to index using Lucene.NET. The
I have been trying to create an XML using the simplexml library (v2.6.2) http://simple.sourceforge.net/home.php
I have a .Net webserivce that accepts XML in string format. XML String sent
I have created a C# .net 2.0 webservice. I need to capture the raw
Background: I have a winform application written in VB.NET that uses a WebService to
In my Flex application, I call several .NET WebServices that return XML. However, these
I have a .NET web service that returns XML, and I'd like to compress

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.