Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
lad4bear #1
Return type for Xml Document
Hi guys,
I have a cfc method that returns an xml document. Does any body know what the
return type should be. I've struct and array and can't get them to work. I've
also tried binary (i have no idea what I was thinking) and that failed to. In
fact the only one that works is 'any' but that feels too loose for my liking.
Cheers, Pete (aka lad4bear)
lad4bear Guest
-
inet_aton return type?
Greetings, I am writing a perl-script to deal with IP-Addresses and Subnets. I store IP-Addresses as unsigned ints using inet_aton and want... -
how to return xml document from a web service
Hi, I have an web service method that accept an xml document and returns a different xml document. Based on the input xml I fill a dataset... -
web method return type
Hi; Can WebMethod return Interface type? I am getting System.InvalidOperationException Followin is code... public interface IDBData { ///... -
Complex type as a return value
I have read the .net documentation about custom soap messages and using xml and soap attributes to deal with this problem, but after almost 2 days... -
Newbie: Return a xml-document to client
Hi I have a webservice that generates a xmldocument when you call it either from a .aspx-site or with http-GET. eg. ... -
cf_menace #2
Re: Return type for Xml Document
Are you returning an actual FILE or just XML-formatted data?
cf_menace Guest
-
lad4bear #3
Re: Return type for Xml Document
I'm returning an actual xml document created using XmlNew. Should probably mention that I'm using CF6.1 too.
Cheers Pete (aka lad4bear)
lad4bear Guest



Reply With Quote

