Fredrick,

You need to get the WSDL from the SDK and place it on your server, then make a change in that file at the bottom to point to your server config. 127.0.0.1 with your port 5555

Then make a call to it: <http://127.0.0.1/INDS.wsdl>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<m:RunScript xmlns:m="http://ns.adobe.com/InDesign/soap/">
<runScriptParameters>
<scriptText></scriptText>
<scriptLanguage>javascript</scriptLanguage>
<scriptFile>ScriptFile</scriptFile>
<scriptArgs>
<name>ScriptArgs1</name>
<value>ScriptArgs2</value>
</scriptArgs>
</runScriptParameters>
</m:RunScript>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>