I am trying to connect a C++ COM object via HTTP sending
XML messages to a web-enabled API. The COM and API are on 2 different machines, 2 different company networks. I am trying to integrate the 2 objects. I think the API doesn't have a COM interface.. so:
Two questions:
1. How can I send HTTP commands from my C++ COM obj. that will talk to the API via XML?
2. Give me details about how much development and technologies are envolved to transmit C++ COM obj. ----> API via HTTP and XML messaging., if there's other ways let me know..
Thanks..