I have an php script on an IIS server. It accepts a post, from a site. It then opens a socket on a xxxx port, and passes info thru that port and waits for a response. After it get's a response, it builds an xml string that it sends back to the original poster.
This all works according to plan...