我得到异常= {"无法找到uuid:5708986b-390f-4728-b0c7-b49bd3d8f407:元数据."}
schemaId = UpdatePubId(schemaId, containerId);
SchemaData schemaData = (SchemaData)client.Read(schemaId, null);
string xml = string.Format("<{0} xmlns=\"{1}\">{2}</{0}>", schemaData.RootElementName, schemaData.NamespaceUri, fields);
ComponentData componentData = new ComponentData
{
Content = xml,
ComponentType = ComponentType.Normal,
Title = title,
Schema = new LinkToSchemaData { IdRef = schemaId },
LocationInfo = new LocationInfo { OrganizationalItem = new LinkToOrganizationalItemData { IdRef = containerId } },
Id = "tcm:0-0-0",
MetadataSchema = schemaData.MetadataSchema,
Metadata = schemaData.Metadata
};
try
{
componentData = client.Save(componentData, new ReadOptions()) as ComponentData;
componentData = client.CheckIn(componentData.Id, …Run Code Online (Sandbox Code Playgroud) 当我访问Tridion核心服务URL时:http://tridion_ip/webservices/CoreService2011.svc我收到运行时错误.我直接从CMS服务器访问URL.
找不到与端点的方案https匹配的基址
当我查看IIS时,我可以看到/ webservices /目录显示以下Core Service文件:
我应该在该地址看到一个Web服务页面吗?或者这是预期的?
编辑: Out安全元素如下:
<wsHttpBinding>
<binding name="CoreService_wsHttpBinding" transactionFlow="true" maxReceivedMessageSize="10485760">
<readerQuotas maxStringContentLength="10485760" maxArrayLength="10485760" />
<!--
<security mode="Message">
<message clientCredentialType="Windows" />
</security>
-->
<!-- For LDAP authentication of message credentials, use the following settings: -->
<security mode="TransportWithMessageCredential">
<message clientCredentialType="UserName" />
</security>
</binding>
Run Code Online (Sandbox Code Playgroud)
将内容从Tridion 5.2导入到内容搬运工Tridion 2011 SP1的最佳方法是什么?或者Kapow
富文本字段值<div> </ div>
输出<div>?</ div>
DWT:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
@@Component.Fields.Text@@
</html>
Run Code Online (Sandbox Code Playgroud)
我错过了什么?
谢谢