Serving InfoPath Documents dynamically

S

sunflower

For reasons which I won't get into here, I am required to serve InfoPath
documents dynamically through a servlet. The XML document is intercepted to
point to the Infopath template which is also served dynamically using the
same servlet.

I am successful in being able to invoke InfoPath by clicking on an url in
IE. The correct XML document is opened with the correct template.

However, I am getting this rather disturbing message:

"This form cannot be filled out either because you do not have adequate
permissions, another user has the form opened or the the form is open in
another program.
Do you want to open a read-only version of this form?"

I can definitely rule out 2 (another user has opened the form) as the cause.
I think I can rule out 1(adequate permission) as I can open the form locally
without any problems with permission.

I can accept to open the form in read-only mode and can still submit data
from the form to a webservice without any issues.

Does anyone have ideas on what I need to do to suppress the message?

Cheers
 

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