Generally the PDFreactor Web Service only listens on localhost, so it is not accessible from other external systems. You can change this behavior by removing/commenting out the following line from "PDFreactor/jetty/start.d/main.ini" ("PDFreactor/jetty/start.ini" for PDFreactor < 10):


jetty.http.host=localhost


You can find more information on customizing the server configuration here.