Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
-
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.... -
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... -
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 ... -
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... -
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.... -
uitburo #2
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



Reply With Quote

