tracker issue : CF-3319527

select a category, or use search below
(searches all categories and all time range)
Title:

Webservice Cannot Invoke Webservice

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Joshua Glovinsky / Joshua Glovinsky (midwestfishingadventures)

Created: 08/28/2012

Components: Web Services

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 9.0.1 /

Priority/Frequency: Trivial / Very few users will encounter

Locale/System: English / Linux All

Vote Count: 0

Problem Description:
It appears the cache gets corrupted occasionally when returning a cfc with properties from a webservice method.


Steps to Reproduce: I cannot reproduce it occurs randomly

Actual Result:

Expected Result:

Any Workarounds: I clear both caches and refresh the webservice

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3319527

External Customer Info:
External Company:  
External Customer Name: midwestfishingadventures
External Customer Email:  
External Test Config: LAMP

Attachments:

  1. August 28, 2012 00:00:00: 1_AxisError.txt

Comments:

Unable to repro the issue, please provide more information on steps to reproduce the same. Have tested with the below mentioned code snippet : wsCacheBug.cfc: component displayname="wsCacheBug" { remote String function myTest() { return "Testing"; } } wsCacheBug.cfm: <cfinvoke webservice="http://#cgi.SERVER_NAME#:#cgi.SERVER_PORT##GetDirectoryFromPath(cgi.script_name)#wsCacheBug.cfc?wsdl" method="myTest" returnvariable="aTemp"> </cfinvoke> <cfoutput>The return string is #aTemp#</cfoutput>
Comment by Akhila K.
18270 | October 17, 2014 09:06:19 AM GMT
We are closing this bug. Incase if user is still facing the issue and wants it to be fixed, please let us know. We will look into it.Thanks.
Comment by Akhila K.
18271 | December 03, 2014 02:29:33 AM GMT