Click to See Complete Forum and Search --> : SOAP in an MFC app??


mhowes
September 24th, 2001, 08:52 PM
I'm a bit confused. I need to build an MFC app that can talk SOAP or act as a SOAP client (not server).

I read someplace else that I shouldn't be using the SOAP Toolkit because ".Net has it built in".

I'm using .Net but still building an MFC thick client. I can't find any documentation or examples of how to make SOAP calls.

I have converted a SOAP Toolkit 2.0 sample and can get that to work which is really just working with the SoapClient object.

is there another way to do this?

thanks
mike

xyto
June 12th, 2003, 04:52 PM
Hi,

did you find a solution for making a soap client in MFC?