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

  1. #1

    Default CFC WebService

    Okay I have an issue where I have to provide a client a web service that
    returns 4 parameters. No prblem the Web service is up and running and he can
    call it and get the return. Unfortunately he needs the return to be straight
    XML. The web service is returning to him a WDDX packet with all the extra
    information. He just want the straight XML which he is feeding directly to MS
    SQL. How can I get the CF Web Service to return just XML?

    Guillermo

    theMex Guest

  2. Similar Questions and Discussions

    1. Can a webservice call another webservice?
      Hi all, I want one WebService I have, say on a server in Los Angeles, to call methods I have in a 2nd WebService on another server, say in New...
    2. Calling a webservice from a webservice
      Well, I dont really want to call a webservice, but the class that I need is in a webservice and I dont see the need for serialization if I am...
    3. How to communicates with another webservice with another webservice
      H I have a task to write a webservice which communicates with another webservice and gets all the methods of that webservice So can i get those ...
    4. Webservice calling a webservice.....Error
      Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are...
    5. webservice asp.net
      How do I call a webservice from a webapplication in ASP.NET?? I do not have any experience Can you recommenc me good books?? thank you
  3. #2

    Default Re: CFC WebService

    Why is he putting the results direclty into his database. That doesn't sound
    like a very healthy approach. I'd advise him to validate it against a schema
    (or at least validate it somehow) and xslt it into a format he wants to store.
    Sorry I couldn't be more help

    Peter (aka lad4bear)



    lad4bear 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