aspose file tools
The moose likes XML and Related Technologies and the fly likes How to send a XML document?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "How to send a XML document??" Watch "How to send a XML document??" New topic
Author

How to send a XML document??

Gaurav Jain
Ranch Hand

Joined: Mar 11, 2004
Posts: 108
I have to send a XML document from my application to another application but i am not using MQ.
How do i send this XML document over RMI-IIOP?
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Originally posted by Gaurav Jain:
How do i send this XML document over RMI-IIOP?

Are you asking how you should serialize an XML document for transportation? If you are, I'd suggest writing the XML into a String object.


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to send a XML document??
 
Similar Threads
Http response containing XML document
Binary Attachments
Http response containing XML document
XML and MAPI
Send XML document using JMS