• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

an unnatural act

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
I need to talk to a server and parse the response. I will be running TC on a specified port. I would like to use an Action to format and process the request parameters and then forward to the full web url of the server. I believer I can do this with a simple forward in the Struts framework.

The difficulty is the server will send back a standard http response with name/value pairs to the port that originated the request. The server is not a sending a client response and it will not have a webapp context. Can/how I get this response and process it within a Struts framework? Any ideas? I really need to understand why/why not. Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic