calling a web service from a dll developed in C++

H

hkhokhar

HI All,

I need to develop a dll in C++ which calls a web service for a smart
device/WM. The reason for using C++ is because, that this dll has to
be invoked from a non-dot-net application from the device.

I need to develop the Dll in such a way that i don't have to install
compact framework on the device.

Any help would be appreciated.

Haroon
 
C

Cholo Lennon

hkhokhar said:
HI All,

I need to develop a dll in C++ which calls a web service for a smart
device/WM. The reason for using C++ is because, that this dll has to
be invoked from a non-dot-net application from the device.

I need to develop the Dll in such a way that i don't have to install
compact framework on the device.

Any help would be appreciated.

Haroon

Try using gSOAP library
http://www.cs.fsu.edu/~engelen/soap.html

gSOAP doesn't need .Net framework and has been tested on many platforms
(including WinCE)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top