Hi,
In an C# appl I need a soap service to be called by other (unix) systems.
In Visual Studio .NET it seems only possible to create a soap
service as an .asmx file to be used in IIS.
Does anybody know how to create a soap service to be run in a
application (thread) ? (thus *without* IIS)
thanks
Rob Frohwein
Chris Mullins - 21 Jul 2006 19:00 GMT
> Does anybody know how to create a soap service to be run in a
> application (thread) ? (thus *without* IIS)
WSE 3.0, a free add-in from Microsoft for Visual Studio .Net 2005 allows
exactly what you're looking for.
The MS page for this is:
http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx
--
Chris Mullins
http://www.coversant.net/blogs/cmullins
Christopher Morgan - 10 Sep 2006 03:46 GMT
Look into Gsoap. Works great for exactly what you are trying to do. Both on
the Win32 end and *nix
> Hi,
>
[quoted text clipped - 7 lines]
> thanks
> Rob Frohwein