hi chore
in case u post xml data
in asp just load the asps request object into a domdocument.
e.g.
Code:
<%@ Language=VBScript %>
<%
set xml = server.createObject("MSXML2.DOMDocument")
xml.async=false
xml.load(request)
xml.save "bla.xml"
%>
in case you dont post xml

ost xml!
hope that helps
Holger