I'm trying to make two applications, one has to send an xml file to a certain IP adress. The other application must receive and read the xml file. How can I do to send and receive it? Thanks, Manuel
A hard wired method would be to use Sockets. An alternative might be to use a HTTPClient HTTPServer, there are downloadable classes from apache I believe.
If you need to "parse" or "create" the XML, Java 1.4 has classes for that too, do a search for SAX and DOM (there are classes in Java 1.4 to support this).
Thanks for all. I've found about HTTPServer, but I can´t find anything about HTTPClient, do you where I can find some documentation? For the xml, I'm going to try with JAXB, if you know a good tutorial it'd be great.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.