Transporting XML files

I am new to webMethods and i am trying to achieve the following.

I need to transfer HR XML received from a client to an internal
application which also receives HR XML.
Using webMethods i could manage to accept the simple XML file using the
following steps. But i am not been able to get the xml displayed in the
browser.

xmlStringToXMLNode
xmlNodeToDocument
xmlDocumentToXMLString

But, with this issues is,

i have received a simple XML
I have finally just converted to a simple xml string and not a formatted
xml.

I would appreiciate if you could help me with this solution.

Requirement:

  • Transfer client HR XML to internal application accepting HR XML
  • Steps needed to configure the Developer for working with HR XML.