| Author |
Message |
Fredrik
Guest
|
Posted:
Thu Jan 13, 2005 12:47 am Post subject:
Reading InfoPath document through SharePoint web service int |
|
|
I have created a InfoPath document which is published into
a Sharepoint list.
Now I want to retrieve all InfoPath docments (stored in
the list) from the Sharepoint web service Interface.
Does anyone know how this could be done?
Thanks,
Fredrik |
|
| Back to top |
|
 |
Mike Walsh
Guest
|
Posted:
Thu Jan 13, 2005 11:35 am Post subject:
Re: Reading InfoPath document through SharePoint web service |
|
|
If they are in a SharePoint 'Folder Library' (which is where InfoPath forms
are published to) as usual then you can if you have Office 2003 on the
client create a local drive with for the Forms Lib with NET USE X:
\\servername\xxx\doclib (where the doc lib is at
http://servername/xxx/doclib) and copy files from that to wherever you want.
There are other similar solutions using My Network Places for the Forms Lib
for instance.
Mike Walsh, Helsinki, Finland
WSS FAQ at http://wss.collutions.com
Please post questions to the newsgroup only.
"Fredrik" <f@discussions.microsoft.com> wrote in message
news:216001c4f8d7$36215df0$a501280a@phx.gbl...
| Quote: | I have created a InfoPath document which is published into
a Sharepoint list.
Now I want to retrieve all InfoPath docments (stored in
the list) from the Sharepoint web service Interface.
Does anyone know how this could be done?
Thanks,
Fredrik
|
|
|
| Back to top |
|
 |
Ian Morrish
Guest
|
Posted:
Thu Jan 13, 2005 1:25 pm Post subject:
Re: Reading InfoPath document through SharePoint web service |
|
|
Any of the fields in the InfoPath documents that are displayed in the
allitems page can be extracted from the lists.asmx web service
http://your_service/your_site/_vti_bin/lists.asmx
Regards,
Ian
http://www.wssdemo.com
"Mike Walsh" <englantilainen@hotmail.com> wrote in message
news:ON8l%23GT%23EHA.2700@TK2MSFTNGP14.phx.gbl...
| Quote: | If they are in a SharePoint 'Folder Library' (which is where InfoPath
forms
are published to) as usual then you can if you have Office 2003 on the
client create a local drive with for the Forms Lib with NET USE X:
\\servername\xxx\doclib (where the doc lib is at
http://servername/xxx/doclib) and copy files from that to wherever you
want.
There are other similar solutions using My Network Places for the Forms
Lib
for instance.
Mike Walsh, Helsinki, Finland
WSS FAQ at http://wss.collutions.com
Please post questions to the newsgroup only.
"Fredrik" <f@discussions.microsoft.com> wrote in message
news:216001c4f8d7$36215df0$a501280a@phx.gbl...
I have created a InfoPath document which is published into
a Sharepoint list.
Now I want to retrieve all InfoPath docments (stored in
the list) from the Sharepoint web service Interface.
Does anyone know how this could be done?
Thanks,
Fredrik
|
|
|
| Back to top |
|
 |
Daniel Larson (www.portal
Guest
|
Posted:
Fri Jan 14, 2005 12:21 am Post subject:
RE: Reading InfoPath document through SharePoint web service |
|
|
You can write your own using the WSS API-- you can use the SPFile class to
access the xml file and send it through the web service.
Daniel Larson
http://www.portalbuilder.org
"Fredrik" wrote:
| Quote: | I have created a InfoPath document which is published into
a Sharepoint list.
Now I want to retrieve all InfoPath docments (stored in
the list) from the Sharepoint web service Interface.
Does anyone know how this could be done?
Thanks,
Fredrik
|
|
|
| Back to top |
|
 |
|
|
|
|