UPESB具体操作
大体编写分4块:InBound编写,OutBound编写,DTO编写,Flow编写。
根据不同的adapter接口编写的顺序也有不同,但通常是:
1) DTO编写
2) OutBound编写
3) Flow编写
4) InBound编写
下面根据这个实际例子具体讲:
首先创建工程new一个project选择upesb_project
DTO编写
接着在这个工程里创建要用到的dto资源,new一个UPESBStructure
然后命名为 DTO 存在 CommonResource 下
下面在DTO里添加要用到的字段,命名为cityname,string类型