[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to POST in XML format
- From: hector santos <xml-dev@winserver.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 08 Jun 2001 02:45:02 -0400
I am new to XML/SOAP.
I am missing one point about HTML FORM POSTing and that is how
to post the data in form controls in XML and/or SOAP format.
From my readings, I am getting the idea that:
a) you could use a proxy or middleware whichs reformats the
data into XML/SOAP before sending to a seerver, and
b) you can also use the FORM type="text/xml" attribute
using the "browser" built-in XML support.
Am I correct so far?
If so, I need an example of how to use method B so that I
can create simple forms to test sending XML request to
our server.
thanks in advance