Infopath via email, when opening xml - security error

  • Thread starter kenneth.thorman
  • Start date
K

kenneth.thorman

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/d...psdk/html/ipsdkEmailDeployment_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
 
A

Adam Harding

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top