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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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