Soap run UXP script
I tried running the HelloWorld.idjs example from your-first-uxp-script on a local installed InDesign server via soap, but only got the following error:
<IDSP:RunScriptResponse>
<errorNumber>1</errorNumber>
<scriptResult></scriptResult>
</IDSP:RunScriptResponse>My request:
<runScriptParameters>
<scriptLanguage>UXPScript</scriptLanguage>
<scriptFile>C:\\projects\\InDesign_Scripts\\Scripts Panel\\JF_Scripts\\UXP\\HelloWorld.idjs</scriptFile>
<scriptArgs>
<name>test</name>
<value>value</value>
</scriptArgs>
</runScriptParameters>I have done something wrong?
