Connecting Remotely To Soap

I am attempting to allow a php script to connect remotely to soap, but soap does not seem to be listening on the default port 7878. I’ve attempted to change the port to see if any changes occur and do not see any results. Trinity Core is installed on Windows 7 pro. I’ve used an elevated CMD netstat -a -b and cannot see the specified port listed. I have enabled soap and RA in the config file. Any ideas on where i can look?

[ATTACH]2218._xfImport[/ATTACH]

[ATTACH]2219._xfImport[/ATTACH]

[ATTACH]2220._xfImport[/ATTACH]

Which branch are you using? Did you check your firewall? It’s possible that there may be conflicts with that port.

FYI: you can share your worldserver.conf settings with that particular section. You just exposed your password to the world.

Thanks for the heads up on the SQL password, i’ll make sure to change it, although its on a local network only. I am using the WOTLK branch (is that what you’re asking?) I’ve tried disabling the windows firewall all together to see if it was blocking any ports. I’ve tried several ports with the same results. I’ve attached a wireshark capture, you can see the request comes into the machine running soap, but no ack is made.

I tried another capture with my firewall open and this is what i found. Looks like soap responds, but not sure what it means.

[ATTACH]2223._xfImport[/ATTACH]

[ATTACH]2224._xfImport[/ATTACH]

Are you using a gm account to login, it looks to be running but no validation

[ATTACH]2225._xfImport[/ATTACH]

Yes, The account is level 3 GM

To give some clarification, 10.1.10.180 is my webserver and 10.1.10.127 is my trinity core machine. The error message i receive on the webpage says “could not connect to host”

I restarted my machine and its magically working. Wonder what would have been hanging the soap remote authentication up?