I will shortly be starting a project that involves sending XML over HTTPS by the POST method. This is from a VB6 Windows application running on a normal PC.
I'm not really sure where to start, but looking at some threads it seems I need to use ServerXMLHTTP.
I don't understand how this will work in practice. For example, do I need to open IE to connect or is this done by ServerXMLHTTP?
Also, I believe POST generates a response. How do I receive this? Is it immediate or must I wait for it?
Sorry I'm vague, but any help would be appreciated.
I'm not really sure where to start, but looking at some threads it seems I need to use ServerXMLHTTP.
I don't understand how this will work in practice. For example, do I need to open IE to connect or is this done by ServerXMLHTTP?
Also, I believe POST generates a response. How do I receive this? Is it immediate or must I wait for it?
Sorry I'm vague, but any help would be appreciated.