• 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

How to post Xml doc generated by jsp

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am xml newbie,i have a requirement like,
we handle all our credit card transactions through 3rd party, we redirect from our jsp to the 3rd party url and get back the response to the jsp page provided by us.i have to post the required xml doc from my jsp to the 3rd party url to cancel the account or refund.Now my problem is how do i post xml doc generated by jsp to the 3rd party url.What is the proper way to handle this senario.Please see this link for more info

http://www.itransact.com/support/connect_xml_fe.html
http://www.itransact.com/support/xmltrans2.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic