Robert Harper
2004-09-20 21:25:04 UTC
I am trying to develop a BtoB where I send transacton information using
HTTPS. I have a server side application running on Tomcat. When I attempt to
send a message to the server on my local machine, it does not look like the
message is delivered to the servlet.
A call to:
InternetCheckConnection( "http://research2/ctimpact/servlet/ClientSetup", 0,
0 );
returns TRUE so I think it can find the application but the call to
HttpSendRequest() fails.
GetLastError() returns either 0x00002EE7 or 0x00002EFD. I can not find a
description of the problem associates with either value. Any help would be
greatly appreciated.
HTTPS. I have a server side application running on Tomcat. When I attempt to
send a message to the server on my local machine, it does not look like the
message is delivered to the servlet.
A call to:
InternetCheckConnection( "http://research2/ctimpact/servlet/ClientSetup", 0,
0 );
returns TRUE so I think it can find the application but the call to
HttpSendRequest() fails.
GetLastError() returns either 0x00002EE7 or 0x00002EFD. I can not find a
description of the problem associates with either value. Any help would be
greatly appreciated.