- Second Post: CRM SDK Problem
- Posted by on October 29th, 2003
Hi
I am using the code provided in the SDK to retrieve all
Incidents for the all accounts, I displayed the string
which contains the result from the database query (result
of the retrieve method) using Response.Write . I get a
display as shown below
{99A3A57E-ACD0-4307-9CF4-D9D4C6C34B3F}{DEFDD353-8D3C-4C2E-
938E-F1B6C9BAF2CA}2003-10-27T09:30:22-08:00CAS-010862003-
10-27T09:30:22-08:00{6523D3D9-4D47-4981-9518-870B421E2AE3}
{6523D3D9-4D47-4981-9518-870B421E2AE3}01{8ED32717-8930-
4FCD-BC43-A7CB141C82C7}{6523D3D9-4D47-4981-9518-
870B421E2AE3}
Please do help as I am not able to get the XML structure.
nor the data. Any help is appreciated.
- Posted by dh on October 29th, 2003
You are writing xml code and viewing it as html. Html will disregard the
tags.
<anonymous@discussions.microsoft.com> wrote in message
news:012e01c39e38$c32f73d0$a101280a@phx.gbl...
- Posted by Rojer on October 29th, 2003
use view source option from your browser.
The code that u see is actually xml formatted by the browser.
check out the source and u shall find the actual xml.
rojer
<anonymous@discussions.microsoft.com> wrote in message
news:012e01c39e38$c32f73d0$a101280a@phx.gbl...
- Posted by Gary on October 29th, 2003
as the rest has pointed out, this is most likely a browser issue than an XML
one.......you should look up how to do XML parsing.........maybe explore the
XMLReader class
-Gary
<anonymous@discussions.microsoft.com> wrote in message
news:012e01c39e38$c32f73d0$a101280a@phx.gbl...