Thank you for pointing me in the direction of XMLHTTP. I'm still
thinking about this in terms of creating a python script that is
functionally equivalent to the VB code in the original post. The
information I reviewed about XMLHTTP makes me think that it may be
possible to use the win32com.client
[EMAIL PROTECTED] wrote:
> Situation is this:
> 1) must write application that does the following:
> a) creates an xml document, the contents of which, is a request
> transaction
> b) send xml document to destination; I am assuming that a process
> at destination side processes the reques
Situation is this:
1) must write application that does the following:
a) creates an xml document, the contents of which, is a request
transaction
b) send xml document to destination; I am assuming that a process
at destination side processes the request and sends back a response
c) t