Start a Conversation

Unsolved

This post is more than 5 years old

3054

August 8th, 2010 02:00

WebService access library to use with Windows/C++

When connecting to Atmos from Windows platform, using C++ (not .NET), there are several options to "talk" to Atmos web services:

- using WinInet library (somewhat older and lower-level framework)

- WinHTTP library (somewhat newer library specifically targeting HTTP communications)

- the new Microsoft Windows WebServices SDK (apparently available only to Microsoft partners) - a special fast implementation to access WebServices

Which one EMC developers would recommend to use?

By the looks of it, WinHTTP is the best option. WinInet is too low level - more code to write to handle basic functionality. And the new WebServices SDK, although extremely fast, seems to be targeting standardized WebServices implementation - I am not sure it will work with Atmos.

222 Posts

August 10th, 2010 13:00

Libcurl is a library that has been used successfully in the past.  Have you looked into it?

Also, the Atmos C wrapper may be of help to you as well:  http://code.google.com/p/atmos-c/

No Events found!

Top