PLZ Suggestions neaded
hi all,
plz any one help me with this
my project is about web services
Q1) and i nead some practical knowledge about how to bind a xml doc as a
SOAP message and send it to the server program...
plz help me with the process taking place and not the syntax and
message format which i know..
and also help me with knowing about any programs available for this
process..
ie
i nead to send a soap message(XML) from cl to server and retrieve the
response..
Q2) Can i accept a soap request using a MFC(VC++) class if so what classs
should i use for web services??
PLZ SOMEBODY HELP ME!!!!!!!!!
# 1 Re: PLZ Suggestions neaded
Can i accept a soap request using a MFC(VC++) class Yes and in machine code too :D .
This can be easyly achived using .NET.
.NET is that what U really need (and since U are familiar with C syntax - use C++ .NET or better C#).
.NET is specialy designed for Web service development.
Best regards,
Krzemo.
Krzemo at 2007-11-10 3:27:38 >

# 2 Re: PLZ Suggestions neaded
May help :
http://www.codeproject.com/soap/vcsoapclient.asp
But as Krzemo said, your really should be looking at moving to .Net . MSSOAPLib is deprecated/unsupported now, I think.
SatyaV at 2007-11-10 3:28:38 >

# 3 Re: PLZ Suggestions neaded
no nead about the developement area
just plz help
if suppose i give a request from IE in the form of XML..
through I.E
XML + HTTP (SOAP)[CLIENT]------->[SERVER]
When this soap request is send to the server in what format is it
transported in the http and what is the format the server understands the
request i.e what is the role of the parser in between and the role of the
specific WSDL Doc in the service
Plz Some body explain it clearly how it happens in between
the request sent and the the response recieved
plz do post some usefull links if possible ..
plz do help me.....