Volken,

I installed that version and am still getting compilation errors in
the OpenSSL code:

1>Compiling..
1>stdsoap2.cpp
1>c:\openssl\include\openssl\x509.h(207) : error C2143: syntax error :
missing ')' before 'constant'
1>c:\openssl\include\openssl\x509.h(207) : error C2143: syntax error :
missing ';' before 'constant'
1>c:\openssl\include\openssl\x509.h(207) : error C2040: 'LPCSTR' :
'STACK' differs in levels of indirection from 'const CHAR *'
1>c:\openssl\include\openssl\x509.h(207) : error C2059: syntax error : ')'
1>c:\openssl\include\openssl\x509.h(929) : error C2226: syntax error :
unexpected type 'LPCSTR'
1>c:\openssl\include\openssl\x509.h(929) : error C2065: 'a' :
undeclared identifier
1>c:\openssl\include\openssl\x509.h(929) : error C2062: type 'unsigned
char' unexpected
1>c:\openssl\include\openssl\x509.h(929) : error C2226: syntax error :
unexpected type 'LPCSTR'

Any help would be appreciated.




On Sun, Oct 26, 2008 at 5:03 AM, Volkan Ak <[EMAIL PROTECTED]> wrote:
> Hi, you must install openssl. You may download win32 package from:
> http://www.slproweb.com/download/Win32OpenSSL-0_9_8i.exe
>
> Then compile with WITH_OPENSSL preprocessor.
>
> --- On Fri, 10/24/08, Mark Webb <[EMAIL PROTECTED]> wrote:
>
> From: Mark Webb <[EMAIL PROTECTED]>
> Subject: [gsoap] supportted versions of OpenSSL on Windows XP
> To: [email protected]
> Date: Friday, October 24, 2008, 9:47 PM
>
> I am trying to compile a web service client in Windows XP using Visual
> Studio. The web service I am connecting to uses HTTPS and
> user/password authentication. When I try and connect to the web
> service I get an error message stating:
>
> Web Service call failed.
> SOAP 1.1 fault: SOAP-ENV:Client [no subcode]
> "OpenSSL not installed: recompile with -DWITH_OPENSSL"
> Detail: [no detail]
>
> Thanks
> Mark
>
> 

Reply via email to