Monday, May 01, 2006
trouble shooting for firewall and gsoap
1. change the soap bind to
m = soap_bind(&soap, 0 , m_port, BACKLOG);
DO NOT use
m = soap_bind(&soap, “localhost” , m_port, BACKLOG);
2. in windows, [start] >>> [control panel] >>> [windows Firewall] >>> [Exceptions] >>> [
Give a name and the port for mcws gsoap service.