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

  • SEARCH
  • Home
  • 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 have a custom web application that integrates with a SharePoint (MOSS 2007) solution.
I have a custom list in SharePoint (specifically, MOSS 2007.) One field is a
I have a web service built for SharePoint 2007 that I am trying to
I'm building a new Intranet Portal with SharePoint 2007 that will have News, Site
I would like to have a custom web part page in SharePoint 2007. I
I have a custom list created in Sharepoint 2007 and displayed by a content
I wrote a custom web part for SharePoint 2007 that loads an existing user
I have created a new SharePoint 2007 MOSS Intranet. Our admin people are purchasing
I have a Task list in Sharepoint 2007 SP2. For this list I made
I have a 2007 SharePoint site called Beta. On Beta, I have a custom

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.