Trouble Accessing Web Service Results

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

  1. #1

    Default Re: Trouble Accessing Web Service Results

    test
    lessica Guest

  2. Similar Questions and Discussions

    1. Trouble accessing variables
      Hi, I'm trying to send this string to Flash and the only way I can get anything to show up in the text field is to refer to "this" in the LoadVars....
    2. Problem accessing results from DataService fill method
      I've set up an application that gets data from a data service configured with a java-dao adapter. If I define a DataGrid with the array populated...
    3. Trouble Accessing Active Directory Domain Controller
      I am having troubles accessing a different Domain Controller than the one I am currently in. Any help would be appreciated. Dave ...
    4. Trouble with accessing remote variables
      Is there any CF tag that would allow me to access a remote system through a URL to get a users usage stats that I then could put into a server side...
    5. Help! Having trouble calling codebehind function from repeater results!
      Hi, I have a data repeater that is returning a list of events. One of the things I want to do is give the user a way to edit or delete an event....
  3. #2

    Default Re: Trouble Accessing Web Service Results

    Hello Drew,

    I have a similar problem, I also want to return an xml string and when i
    output the returnvalue in CF everything looks fine.
    But when you try to consume it with .Net the XML is malfomed and looks like
    this:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
    <ns1:EventlistResponse
    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:ns1="http://DefaultNamespace">
    <EventlistResult xsi:type="xsd:string"><?xml version='1.0'
    encoding='UTF-8'?>
    <records>
    <error_message>OK</error_message>
    <aantalrecords>47</aantalrecords>
    <record>... etc. etc.

    as you can see the "<" and ">" are changed in "<" and ">"
    Any help is great.
    best regards
    Stuart



    uitburo 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