Fei Yang - 2006-07-20

Hi guys,

I'm developing an in-house testharness for our application.
I got stuck when I was trying to emulate a Flash ActionScript call XML.sendAndLoad(url,targetXMLobject) with httpunit.

XML.sendAndLoad(url,targetXMLobject) encodes the specified XML object into a XML document, sends it to the specified URL using the POST method

So what I need to know is how to send XML data to the specified URL with POST method with httpunit?

Any code examples?

Thanks,
Fei