• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

First time creating a web service ... help!

New Here ,
Jul 26, 2006 Jul 26, 2006

Copy link to clipboard

Copied

I work for a logistics company and I have been tasked with creating a web service that will allow clients to feed in XML packets and our server would then take the XML, confirm it's valid and then process a quote and then return this quote back to the client as an XML packet. Here is where my confusion arrises ... what type of returntype is an XML packet? a "string"?
TOPICS
Advanced techniques

Views

273

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 26, 2006 Jul 26, 2006

Copy link to clipboard

Copied

Basically yes, A long structured string. The cffunction tag also
accepts a returnType of XML, I'm not sure which is best.

fastcougar1 wrote:
> I work for a logistics company and I have been tasked with creating a web
> service that will allow clients to feed in XML packets and our server would
> then take the XML, confirm it's valid and then process a quote and then return
> this quote back to the client as an XML packet. Here is where my confusion
> arrises ... why type of returntype is an XML packet? a "string"?
>
>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 26, 2006 Jul 26, 2006

Copy link to clipboard

Copied

LATEST
The one time I tried this, I think I used returntype = "any"

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation