Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP: COM to an API via HTTP???

Status
Not open for further replies.

DjValy

Programmer
Feb 1, 2002
2
US

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..
 
I got it.. Use C++ Winsock API and talk to the API via HTTP.
;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top