Hello,

I have some code using gSOAP and working fine on XP (on connect I acept sertificate and its ok).
But, if I start that code on Win7, on connect I accept certificate but after this gSOAP return error "SOAP_HTTP_ERROR".

Is anyone have clue what is wrong?

Part of code:

soap_init( &serviceUOS );
soap_register_plugin( &serviceUOS, wininet_plugin );
serviceUOS.connect_timeout = 5;

responseUOS=serviceUOS.GetRegNumAO(uubAO,uubrAO);