T
TimPGade
DL,
Does anybody have a better approach to reading InfoPath XML from a
SharePoint Forms Library?
Here is what I have:
1) Create a DEV virtual server that uses a different port than the Default
SharePoint port
2) Create a custom Web Service on DEV port
3) Create a WSDL for the Web Service and make mods as outlined in SDK
4) Copy the files to the ISAPI folder
5) Add a Web Service reference to the custom Web Service in the calling
application
6) Call the Web Service reference using one of these methods (from source 3)
Rename
Delete
GetLatestVersion
Search
CheckOut
UndoCheckout
UploadDocument
CheckIn
GetCheckOutStatus
8) Call the GetLatestVersion and retrieve the form as a byte stream
9) Load the byte stream into an XML document
Here is the basis for my findings:
(1) WSS SDK search on "Creating a Web Service for Remote Check-In and
Check-Out"
(2) Writing Custom Web Services for SharePoint Products and Technologie
<http://msdn.microsoft.com/library/d.../html/ODC_WritingCustomWebServicesforSPPT.asp>
(3) Windows Sharepoint Services Web Service Example
<http://blogs.msdn.com/brad_mccabe/archive/2005/03/01.aspx>
Does anybody have a better approach to reading InfoPath XML from a
SharePoint Forms Library?
Here is what I have:
1) Create a DEV virtual server that uses a different port than the Default
SharePoint port
2) Create a custom Web Service on DEV port
3) Create a WSDL for the Web Service and make mods as outlined in SDK
4) Copy the files to the ISAPI folder
5) Add a Web Service reference to the custom Web Service in the calling
application
6) Call the Web Service reference using one of these methods (from source 3)
Rename
Delete
GetLatestVersion
Search
CheckOut
UndoCheckout
UploadDocument
CheckIn
GetCheckOutStatus
8) Call the GetLatestVersion and retrieve the form as a byte stream
9) Load the byte stream into an XML document
Here is the basis for my findings:
(1) WSS SDK search on "Creating a Web Service for Remote Check-In and
Check-Out"
(2) Writing Custom Web Services for SharePoint Products and Technologie
<http://msdn.microsoft.com/library/d.../html/ODC_WritingCustomWebServicesforSPPT.asp>
(3) Windows Sharepoint Services Web Service Example
<http://blogs.msdn.com/brad_mccabe/archive/2005/03/01.aspx>