So, I'm curious. How would one go about sending XML, such as,
<request>
<playerID>Name</playerID>
</request>
to a server, using Java.
Is there a predefined method that exists within the Java API, or something of that sort? Does sending the above code directly differ from sending it inside of an external XML document?
I'm at a loss. I really hope this question is clear enough!