1. 任何Record Type的Owner字段是可以被更新的; 但insert一条Record的时候, 如果不指定Owner字段, 那么Owner就是默认的Creator, 否则就是指定的User. 这里的User可以是CRMOD里面的任何User.
2. Stateless Web Service Request Header的格式是:
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>myUsername</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MyPassword</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
3. 无状态的Web Service Call就是指把Session交给Oracle Server端来维护, 客户端不用频繁的去login然后取到Session然后进行其他的操作。 CRMOD(当前为R19)会为每个用户维护的两个Session, 如果这两个Session没有过期(10分钟不活动视为过期), 那么CRMOD就会自动为Client端的请求分配Session; 直到Session过期没有可用的Session的时候才会再次login获取Session并维护起来。
4. 查询的时候格式是: User.UserId = "='xxx-yyy'", 如果要求查询不区分大小写则可以用"~'xxx-yyy'"
5. InsertOrUpdate对Parent和Child操作是注意, Child的Id一定要指定, 不管这个Id存不存在。
如果ChildId在Parent的ChildList里面存在则是Update, 如果不存在则是Insert.
6. 在使用Stateless Web Service的时候要把Company Profile页面上的“R16 Compatibility Mode” 钩去掉. 原话是这样的:
to perform a stateless transaction, the Web Services R16 Compatibility Mode check box must be cleared in the Company Profile page and the Username and PasswordText tokens must be provided in the request.
分享到:
相关推荐
Driver Development Environment Driver Development Environment
WebSphere Integration Development 是IBM提供的一个强大工具集,用于构建、测试和部署工作流应用程序,特别是涉及人工任务处理的场景。本文将深入探讨在WebSphere Integration Development中开发工作流人工任务的...
Asterisk tips for integration with Avaya
Spring Integration + Spring WS 整合 在 Java 领域中,Spring Integration 和 Spring WS 是两个常用的框架,它们分别负责集成系统和 Web 服务。今天,我们将探讨如何将这两个框架整合在一起,实现一个完整的 Web ...
### Spring Integration in Action #### Part 1 - 背景 **1: Spring Integration 的介绍** - **Spring Integration 概览:** Spring Integration 是一个基于 Spring 框架的企业集成解决方案,它提供了一种声明式...
最后,在安装过程中,需要指定组件和选项,例如选择 Integration Services 服务、Business Intelligence Development Studio、管理工具、SQL Server 联机丛书、客户端工具 SDK 和客户端工具向后兼容性等。...
Gain the techniques and tools that enable a smooth and efficient software development process in this quick and practical guide on Python continuous integration (CI) and continuous delivery (CD)....
Spring Integration。 官网 Spring Integration API。 Spring Integration 开发文档。
Title: Android Application Development with Maven Author: Patroklos Papapetrou Length: 175 pages Edition: 1 Language: English Publisher: Packt Publishing Publication Date: 2015-02-27 ISBN-10: ...
Continuous Integration: Improving Software Quality and Reducing Risk illustrates how to transform integration from a necessary evil into an everyday part of the development process. The key, as the ...
Agile Evolutionary Design:Constant design improvement through Continuous Integration, Test Driven Development and Refactoring Paulo Caroli, Agile China 2008
本文是一篇关于Spring Integration框架的介绍与分析,该框架是SpringSource公司的产品,旨在帮助企业应用间的集成。文章深入探讨了企业应用集成(EAI)的定义、消息传递的概念以及Spring Integration框架的基本概念...
sql-server-2017-integration-services-cookbook.pdf sql-server-2017-integration-services-cookbook.pdf sql-server-2017-integration-services-cookbook.pdf sql-server-2017-integration-services-cookbook.pdf ...
Perform full-scale integration testing on the final deployable archive Table of Contents Chapter 1. Continuity Chapter 2. Enabling Technologies Chapter 3. Scratch to Production Chapter 4. Requirements...