Hi
I am developing a solution using Infopath forms/templates, Infoscope
(http://www.infoscope.co.kr/) and a custom ASP.NET webservice.
1. The user fills out the form on the internet.
2. Clicks on the submit button which submits the form as string (to
preserve digital signatures) to the custom webservice
3. The webservice builds a HTML version of the form (using the
view_1.xsl included in the xsn file) and sends this HTML + the original
XML file to an email address.
4. When I try to open the xml file from the mail box I get
"Insufficient priviliges...."
5. I have read
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/ipsd
kEmailDeployment_HV01120502.asp
but I cannot really figure out how that applies to me.
6. The XML file references the correct form located on
http://....../forms/someform.xsn
Why doe I get this error?
Regards
Ken
Adam Harding - 05 May 2006 15:26 GMT
Kenneth
I am guessing your form is not fully trusted and by trying to open the form
from the .xml it tries to connect back to the template by utilising your
credentials, which, because it is not trusted, it cannot. Give that a shot,
may help.
If it does not then I am out of my depth.
Sorry
Adam
> Hi
>
[quoted text clipped - 19 lines]
> Regards
> Ken