Hi I have a Visual Studio 2005 / C++ project with gSOAP. This work find in the debug version under Windows XP. But I have problems with the relase version under Windows Server 2003 and Windows Vista.
I hav implemented a log file into my creates SOAP classe. And in this log file I saw that in the debug version (Windows XP) a string (one of the parameters of a SOAP call) is "10" e.g., in the release version (Windows Server 2003) the same string is "SOH3 SOH10" (SOH is Ascii 1, Start of head). - What could be the problem? - The OS? - A compiler option? - Debug and release version? I have no sense at the moment. Maybe anybody give me a hint. Thanks Hans
