- Loading...
...
After the installation process finishes successfully, try to start an instance of InDesign Server. Type:
InDesignServer -port 12345
The software will display the version of the product, and a series of statements to show that the product is running.
...
After InDesign Server is running, you should see the following message on the console:
Servicing SOAP request on port 12345
This means that the product is ready to receive a job request on SOAP port 12345.
You can also verify that InDesign Server is responding to SOAP requests by navigating to:
http://localhost:12345/service?wsdl
This will respond with service definitions.
...