T
travisj
I have a question regarding Infopath and Sharepoint. We have a
sharepoint site set up with a few Infopath document libraries, how can
I open,modify, and save the Infopath documents stored therein?
Currently I have the following:
XmlDocument doc = new XmlDocument();
doc.Load("http://bomserver2:74/TestSharePoint/Library/0000.xml");
The Sharepoint site is returning a (401) Unathorized error when loading
the document. Of course I could set the Sharepoint site to allow
anonymous access to these libraries but that may not be the desired
solution. So I guess more specifically I need to know how to
propmatically specify user credentials when loading/saving xml
documents to Sharepoint. Hope I explained that thoroughly enough for
someone to be able to provide some help. Thanks
sharepoint site set up with a few Infopath document libraries, how can
I open,modify, and save the Infopath documents stored therein?
Currently I have the following:
XmlDocument doc = new XmlDocument();
doc.Load("http://bomserver2:74/TestSharePoint/Library/0000.xml");
The Sharepoint site is returning a (401) Unathorized error when loading
the document. Of course I could set the Sharepoint site to allow
anonymous access to these libraries but that may not be the desired
solution. So I guess more specifically I need to know how to
propmatically specify user credentials when loading/saving xml
documents to Sharepoint. Hope I explained that thoroughly enough for
someone to be able to provide some help. Thanks