Status/Resolution/Reason: Closed/Deferred/ThirdParty
Reporter/Name(from Bugbase): Saman Jayasekara / Saman Jayasekara (Saman)
Created: 02/12/2013
Components: Web Services
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server R2
Vote Count: 0
Problem Description:
Trying to connect to InDesign server SOAP API running in the same box and CF10 returns the error, "Web service operation RunScript with parameters... cannot be found". Remove CF 10, install CF 9 or earlier, it works. Other functions in the same web-service object, without stricture data arguments, works.
Able to recreate this in new servers.
Even thought I am yet to try with other web services, quick discussion revealed this been happening to other developers with other web serviceses (not InDesign API exclusive)
Steps to Reproduce:
Run InDesign server (CS 5.5 in port 18383) and CFM in the same box.
<cfset RunScriptParameters=StructNew()>
<cfset RunScriptParameters.scriptText = "script string,. no effect of this value for CF">
<cfset RunScriptParameters.scriptLanguage = "javascript">
<cfset RunScriptParameters.scriptArgs = ArrayNew(1)>
<cfobject
name = "ind"
webservice = "http://localhost:18383/service?wsdl"
type = "webservice">
<cfdump var="#ind#"> << WORKS
<cfset ind.runScript(RunScriptParameters,"errornumber","errorfeedback","result")>
Actual Result:
Expected Result:
Any Workarounds:
Run on CF9 or earlier or create SOAP request manually with CFHTTP in CF10
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3498968
External Customer Info:
External Company:
External Customer Name: Saman
External Customer Email:
External Test Config: EC2, Windows 2008 R2, CF10 Developer Edition, InDesign Server CS 5.5
Attachments:
Comments: