Hallo
I tried to follow team blog:
http://blogs.msdn.com/infopath/archive/2007/01/15/populating-form-data-from-shar
epoint-list-views.aspx
this is the url I post to get the xml file
http://name.de/TD/susanne/Lists/_vti_bin/owssrv.dll?cmd=Display&List={%7B1D6ADA4
9%2DFD79%2D4227%2D953D%2DB0B7AE3EBE53%7D}&XMLDATA=TRUE
but i get the ERROR: Der Vorgang kann nicht erfolgreich beendet werden
does somebody has an idea wahts wrong?
thanks - susanne
but the answer ist
Agnihotram - 23 May 2007 15:01 GMT
It might be because you have not decoded the GUID.
The URL to use would most probably be
http://name.de/TD/susanne/Lists/_vti_bin/owssrv.dll?cmd=Display&List={1D6ADA49-F
D79-4227-953D-B0B7AE3EBE53}&XMLDATA=TRUE
I removed the %7B in the beginning and the %7D at the end. Also replaced the
%2D into -
Try this out and see if it works.

Signature
Agnihotram Jonnalagadda
http://www.ggktech.com
> Hallo
> I tried to follow team blog:
[quoted text clipped - 11 lines]
>
> but the answer ist
susan - 24 May 2007 07:29 GMT
Hi Agnihotram,
I trid it,
but - sorry it does not work. I get the same mistake.
Susan
> It might be because you have not decoded the GUID.
> The URL to use would most probably be
[quoted text clipped - 20 lines]
> >
> > but the answer ist
SigDeveloper - 11 Oct 2007 00:51 GMT
Hello, I got the URL to work on my third attempt, carefully copying the
GUID, with all its characters.
I have one question to ask. Has anybody used these URL's in UDC's. I am
trying to create a UDC so that InfoPath can easily access the data.
Regards, SigDeveloper
> Hallo
> I tried to follow team blog:
[quoted text clipped - 11 lines]
>
> but the answer ist