Running webservices on 7.03 server
Basically these webservices are not supported on a 7.03+ Notes server. I'm using the Name dialog demo and got everything working on my 8.5.1 server but my client is not upgrading to the 8+ platform so I'm kinda stuck. It appears that the domino utilities does not like the dbcolumnxReturn as shown below. Any clue as to what's happening or will I just have to run on a 8+ server.
Error: Unknown Property: 'DBCOLUMNXReturn'.
at mx.collections::ListCollectionView/http://www.adobe.com/2006/actionscript/flash/proxy::getProperty()[C:\autobuild\galaga\frameworks\projects\framework\src\mx\collections\ListCollectionView.as:723]
at packages.dominoUtilities::dominoDBUtilities/dbcolumnx_loaded()[G:\nameDialog\src\packages\dominoUtilities\dominoDBUtilities.as:298]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[C:\autobuild\galaga\frameworks\projects\rpc\src\mx\rpc\AbstractOperation.as:204]
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[C:\autobuild\galaga\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:263]
at mx.rpc::Responder/result()[C:\autobuild\galaga\frameworks\projects\rpc\src\mx\rpc\Responder.as:46]
at mx.rpc::AsyncRequest/acknowledge()[C:\autobuild\galaga\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:74]
at DirectHTTPMessageResponder/completeHandler()[C:\autobuild\galaga\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:409]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Replies
The download page actually says that the requirement is Notes 8+. However, the code can work under Notes 7 if you re-create the web service with a Notes 7 client and export / import the code stored in the script libraries directly into the web service. The issue here is that Notes 7 does not support script libraries in web services.