Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default XML Web services

    Hey Guys! I am new to web services have read through the basics. I see how
    you need to set up the cfcomponent. What does the "add web services" in CF
    admin do for you? Also, is the CFC module where you would put your logic to
    create and XML document? If so, is that where the CF XML tags would come into
    play? Does anyone have a very basic example of this as I have looked hard and
    can only find a shell CFC without an example of how to take it to the next
    step. Ideally I would like an example of a CFC to create an XML doc and one to
    receive. Thanks in advance to everyone here who has helped me in the past.

    developwin Guest

  2. Similar Questions and Discussions

    1. Help! Web Services
      Hi! Can Flex work with all WEB SERVICES or there are restrictions? For example: 1. Can Flex to do "Casting" using "XSD" (XML Schema...
    2. Web Services Help
      Hi there, I'm trying to display weather from a web service, but I don't know how to use this function, can somebody help me please, I'm using this...
    3. services??
      On our win 2003 server we are sometimes having a very heavy load in the 30 - 60 % area. The top memory consumer seems to be "services.exe". Can...
    4. SSL and web services
      I have a web Service that is accessing an Oracle back-end database through a Forte layer via SOAP and XML. The clients access the web service...
    5. Networking Services - services.msc
      Hi, I'd like to know which services are responsible for home networking. i.e. which services do I need to be running for others to have access...
  3. #2

    Default Re: XML Web services

    I got my answer on the roll of the CF administrator in housing the web service.
    Does the format of the output of the web service a function of how the CFC is
    coded. For example, I need an XML string. Do I need to invoke the XML tags
    (or create the XML tree manually) in the CFC to pass an XML document to the
    invoking source? Thanks in advance

    developwin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139