Hey All,

OK...from Livedocs at MM:

The following list defines the requirements for how to create web services
for publication: 

1) The value of the access attribute of the cffunction tag must be remote. 
2) The cffunction tag must include the returnType attribute to specify a
return type. 
3) The output attribute of the cffunction tag must be set to No because
ColdFusion converts all output to XML to return it to the consumer. 
4) The attribute setting required="false" for the cfargument tag is ignored.
ColdFusion considers all parameters as required.


Number 3 above does not appear to be true (or I'm missing something).

For arguments sake let's assume the WS method has output="no" and 
returntype="query"...

Will the query returned by the WS be converted to XML? because it doesn't seem 
to be.

I'm manually converting the query to XML now and it's SLOW when larger 
recordsets are returned.

TIA for any insight

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215902
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to