扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:佚名 来源:Microsoft 2007年11月17日
关键字: 软件
<?xml version="1.0" encoding="utf-8"?> <policyDocument xmlns="http://schemas.microsoft.com/wse/2003/06/Policy"> <mappings xmlns:wse="http://schemas.microsoft.com/wse/2003/06/Policy"> <mapDefault policy="#policy-5903e02b-9c11-4dc5-8ca0-42d4e9d0bcde" /> </mappings> <policies xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"> <wsp:Policy wsu:Id="policy-5903e02b-9c11-4dc5-8ca0-42d4e9d0bcde" xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy"> <wsse:Integrity wsp:Usage="wsp:Required" xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext"> <wsse:TokenInfo> <SecurityToken xmlns="http://schemas.xmlsoap.org/ws/2002/12/secext"> <wsse:TokenType>wsse:Kerberosv5ST</wsse:TokenType> </SecurityToken> </wsse:TokenInfo> <wsse:MessageParts Dialect="http://schemas.xmlsoap.org/2002/12/wsse#part"> wsp:Body() </wsse:MessageParts> </wsse:Integrity> </wsp:Policy> </policies> </policyDocument> |
<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- 添加对配置部分的引用。 请注意, 类型名称要换行以便于阅读,并且不应包含 换行符。--> <section name="microsoft.web.services" type="Microsoft.Web.Services.Configuration .WebServicesConfiguration, Microsoft.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> </configSections> <system.web> <!-- 为了简洁,删除其他元素 --> <webServices> <soapExtensionTypes> <!-- 添加 WSE SoapExtension。请注意, 类型名称要换行以便于阅读并且 不应包含换行符。--> <add type="Microsoft.Web.Services .WebServicesExtension, Microsoft.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1" group="0" /> </soapExtensionTypes> </webServices> </system.web> <!-- WSE Configuration Section --> <microsoft.web.services> <policy> <receive> <cache name="policyCache.xml" /> </receive> </policy> </microsoft.web.services> </configuration> |
<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- 添加对配置部分的引用。请注意, 类型名称要换行以便于阅读,并且不应包含 换行符。--> <section name="microsoft.web.services" type="Microsoft.Web.Services. Configuration.WebServicesConfiguration, Microsoft.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> </configSections> <microsoft.web.services> <policy> <send> <cache name="policyCache.xml" /> </send> </policy> </microsoft.web.services> </configuration> |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者