If, by unmanaged code you mean C++, you might want to have a look at the gSOAP library. It can be statically linked into your application or shipped as a dll
http://www.cs.fsu.edu/~engelen/soap.html -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Tony Hal Sent: Tuesday, 2 May 2006 6:13 AM To: [email protected] Subject: [ADVANCED-DOTNET] Making soap client call on unmanaged code Hi all, This is not really .NET question, it's related to soap and I am posting it here since I believe many folks would know the answer. I have need to update a legacy server to make a soap call to another server. The server is running on win2k3 w/ sp1 and the development environment is vs 7.1 (Everett). I am trying to figure out what soap client library I can use. This is for unmanaged code. Preferrable I want to use ms standard library which is already installed in the system (COM, dll, etc are fine). Since this is for server, I want to make sure the the lib is thread-safe and appropriate for server usage in general. I am open to having to install the lib separately if it's not in the system, but this is last resort. I used SoapClient com loong time ago. Not sure if this is still around, or maybe there is a better alternative. Thank you. =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
