Go back to list of previously asked questions and answers
Question: |
I have a MFC server application built in visual C++ 6.0. I would like to add XML feature by using msxml2.serverxmlhttp and msxml2.domdocument.3.0. The XML function will be to post a XML message to a remote server and to receive a XML stream. It should be run in a thread. Is it feasible? If so, could you please provide me a sample code or some refereces? |
Asked By: |
Hongying |
Viewed: |
1364 |
Answer: |
Yes, it is possible to create a different thread and use ServerXMLHTTP to POST a request and use MSXML DOM to process the document.
Check the following links:
- How to Implement the onReadyStateChange Handler with IServerXMLHTTPRequest in Visual C++ (Q314403)
- INFO: Visual C++ Application Using ServerXMLHTTP or XMLHTTP in Async Mode Must Pump Messages (Q303326)
|
Go back to list of previously asked questions and answers
|