tracker issue : CF-3041795

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

Bug 83642:(Watson Migration Closure)The web service log will not log when you call a ws via createObject

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 07/20/2010

Components: Administrator, Administrator Console

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

The web service log will not log when you call a ws via createObject. It only seems to log when you use cfinvoke. So this works:<!--- Invoke the web service ---><cfinvoke webservice="#theURL#/NumericString.cfc?wsdl"           method="integerToString" numberNumeric="#randRange(0,9)#"          returnVariable="result">but this does not (and by not working, I mean not logging, the call does work):ws = createObject("webservice", "#theURL#/NumericString.cfc?wsdl");// Call the Web Service's integerToString methodresult = ws.integerToString(num);
Method:


Result:

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

Watson Bug ID:	3041795

External Customer Info:
External Company:  
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 07/20/2010

Attachments:

Comments: