Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3331904
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:37:55+00:00 2026-05-17T23:37:55+00:00

I have a SharePoint 2007 custom list that I have saved as a list

  • 0

I have a SharePoint 2007 custom list that I have saved as a list template. I am looking for a way to create a new list from the saved template via a web service call from an outside application.

I have already looked into the the basic web services available for SharePoint 2007 http://msdn.microsoft.com/en-us/library/bb862916(office.12).aspx but a call to that just creates a simple, empty custom list.

How do I instantiate a list from a specific template? How do I locate the Feature ID for the template?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T23:37:55+00:00Added an answer on May 17, 2026 at 11:37 pm

    You can use a HTTP debugger like fiddler2 to analyze the web service and remote procedure calls that SharePoint Designer makes to find this out.

    For example, to get the available list templates, SPD makes an HTTP request using the DisplayPost RPC command, e.g.

    POST http://[server]/[web]/_vti_bin/owssvr.dll?Cmd=DisplayPost 
    

    with an xml payload of:

    <?xml version="1.0" encoding="UTF-8"?>
    <ows:Batch OnError="Return" Version="12.0.0.000">
     <Method ID="0,GetProjSchema">
      <SetVar Name="Cmd">GetProjSchema</SetVar>
     </Method>
    </ows:Batch>
    

    SPD then parses the ListTemplates node in the response to obtain a list of template names, types, and feature IDs.

    To create the list from a specific template type or feature ID, SPD uses the same DisplayPost command, this time with a message body similar to:

    <?xml version="1.0" encoding="UTF-8"?>
    <ows:Batch OnError="Return" Version="12.0.0.000">
     <Method ID="0,NewList">
      <SetVar Name="Cmd">NewList</SetVar>
      <SetVar Name="ListTemplate">108</SetVar>
      <SetVar Name="Title">Discussion Board</SetVar>
      <SetVar Name="FeatureId">00bfea716a4943fab535d15c05500108</SetVar>
      <SetVar Name="RootFolder" />
      <SetVar Name="LangID">1033</SetVar>
     </Method>
    </ows:Batch>
    

    For an example of how to use the RPC protocol see this post on uploading files to a SharePoint document library (it uses the author.dll rather than the owssvr.dll, but the technique is similar).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to host a custom web service in SharePoint 2007 (WSS 3.0)
Long story short: I have a BDC application definition in my sharepoint 2007 server,
I have a need to integrate a third-party Java applet into a custom web
I'm currently migrating an enterprise content management system that was built on Sharepoint 2007
We have a SharePoint 2007 site. It is supported by two back-end databases -
I am using sharepoint Office Designer 2007, to validate a checkbox (terms and conditions)
I've been customizing SharePoint 2007 through SP Designer and Visual Studio, but until this
I have developed a web part and deployed it on my server using this
I have an Excel spreadsheet which must be converted to a workflow. The spreadsheet

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.