Skip to main content
Participant
December 15, 2010
Question

Output from cfc Webservices

  • December 15, 2010
  • 2 replies
  • 752 views

Hi All,

I have created a basic cfc file to be used as a webservice. My clients invoke my web service to send me the xml file. I need to proces the xml file and output the result from the cfc. Any idea how I can do this?

Regards,

ORAA

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    December 15, 2010
    csgaraglino
    Known Participant
    December 15, 2010

    I have a set of three custom tags that will take a standard XML file form a URL or Hard Drive, read the data and outputs a struct that you can continue to use through your code. I can make them available - but I don't exactly know how to do that here?

    An example is that I can pass the RSS (XML) form twitter and it will read it so that I can process the data. Another example is that I can read an XML file form Google Analytics Stats and process that XML into a struct to work with.

    Does this sound like something that you are looking for?

    PunitAuthor
    Participant
    December 20, 2010

    Hi,

    Thanks for your reply. What you said is exactly what I am looking forward for. You can send me the code at: punit.sm@gmail.com

    Thanks for your help!!

    csgaraglino
    Known Participant
    December 20, 2010

    You are welcome - I have sent the files.