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

  • Thread starter Thread starter hkhokhar
  • Start date Start date
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
 
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)
 
Back
Top