Hi everyone,
New SharePoint administrator here looking for some guidance, if anyone could point me in the right direction would be amazing.
The issue I am running into is utilizing the HTTP web call service to create a new subsite when executed on a list workflow.
When the workflow is executed I encounter the following error:
ResponseCode: InternalServerError
ResponseContent: {“error”:{“code”:”-2146232832, Microsoft.SharePoint.SPException”,”message”:{“lang”:”en-US”,”value”:”The file manifest.xml does not exist.”}}}
I managed to generate the error by having the workflow output the variables to an email to myself.
Does anyone know of any resources I could read up on in regards to translating this error? Or how to generate more detailed reporting information from the workflow?
Note: The workflow is generated in SharePoint designer.
Updated my workflow report email to detail additional items.
ResponseCode: InternalServerError
ResponseContent: {“error”:{“code”:”-2146232832, Microsoft.SharePoint.SPException”,”message”:{“lang”:”en-US”,”value”:”The file manifest.xml does not exist.”}}}
Variables:
RequestURL: https://mysite.sharepoint.com/_api/web/webinfos/add
Title: myDemoSite
Description: This site was created from workflow
SiteURL: sites/testenvironment/mydemosite
SiteTemplate: AA491460-99D0-4126-A428-48F9E47323D4
Dictionary requestHeaders:
{“Accept”:”application\/json;odata=verbose”,”Content-Type”:”application\/json;odata=verbose”}
Â
Dictionary metadata:
{“Type”:”SP.WebInfoCreation”}
Â
Dictionary: parameters:
{“__metadata”:{“Type”:”SP.WebInfoCreation”},”Url”:”sites\/testenvironment\/mydemosite”,”Title”:”myDemoSite”,”Description”:”This site was created from workflow”,”WebTemplate”:”AA491460-99D0-4126-A428-48F9E47323D4″,”UseUniquePermissions”:false}
Â
Dictionary requestDictionary:
{“parameters”:{“__metadata”:{“Type”:”SP.WebInfoCreation”},”Url”:”sites\/testenvironment\/mydemosite”,”Title”:”myDemoSite”,”Description”:”This site was created from workflow”,”WebTemplate”:”AA491460-99D0-4126-A428-48F9E47323D4″,”UseUniquePermissions”:false}}
 Still not sure why I am receiving the output “The file manifest.xml does not exist”