Installing and using the GSAFeedSvc web service example: -------------------------------------------------------- REQUIRES: Visual Studio 2005 1) Create a Virtual Directory on IIS called GSAFeedSvc and point it to the location where you downloaded these files. 2) Open the GSAFeedSvc.sln file in VS2005 then alter GSAFeedService.cs by modifying the string "gsaFeedURL" at code line 16 to your GSA URL making sure you leave the port and xmlfeed at the end of the path ":19900/xmlfeed". Also change the Namespace string at line 12 to the URL where the web service will reside. ASSUMPTIONS: This service was created to move an already existing xml document that conforms to the guidlines as outlined at http://code.google.com/enterprise/documentation/feedsguide.html. The service also assumes the xml document is available via the http protocol. In our case the xml document to feed is created on our portal and available for this service. You could always use a FileStream if you needed to move a document located in a virtual path. USAGE: This service takes 3 parameters sourceURL: http path to the xml document you would like to feed feedtype: "full" or "incremental" datasource: name of your datasource TODO: Create log for successful and/or failed feeds ---- ---- All credits to author Gary Comstock Please see the following for the current list of known issues or to submit an issue: http://code.google.com/p/enterprise-code-samples/issues/list