• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

XML Examples

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a lot about XML and how it can be used in integrating diverse application like a ASP application speaking to a Java appication via XML
The concrete example I have an existing Web application written using Oracle App Server. I need to separate the presentation layer and code it within ASP and still communicate with Oracle App Server for business layer and data layer. I have assumed that XML can assist me in solving my problem.
What I am after is some links, egs, experiences, any info as to how I can use simple XML not SOAP to integrate two diverse applications.
 
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
XML in and of itself probably won't be able to do much for you. SOAP is an application of XML. SOAP is an XML based messaging framework specifically designed for exchanging formatted data across the Internet. It can be used to send request/response or entire XML documents. It is also completely platform independent and language neutral. It's fairly easy to set up and use. What is it about SOAP that you do not like or are trying to avoid?
 
We noticed he had no friends. So we gave him this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic