Re: python equivalent of VB code sample

2006-04-21 Thread mirandacascade
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

Re: python equivalent of VB code sample

2006-04-21 Thread bruno at modulix
[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

python equivalent of VB code sample

2006-04-21 Thread mirandacascade
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