多平台统一管理软件接口,如何实现多平台统一管理软件接口
674
2023-03-12
本文目录一览:
根据《中国银联股份有限公司企业标准》多渠道平台接入接口规范包括五个部分,分别是:
交易处理说明;
终端报文接口;
渠道报文接口;
文件接口;
附录。
五个部分涉及的主要内容范围包括:
交易处理说明:多渠道平台各种业务交易处理流程,包括联机交易和批量交易的处理流程及其异常处理以及差错处理流程等;
终端报文接口:多渠道平台的终端与多渠道平台之间进行联机交易时使用的报文接口,包括联机交易报文的结构、格式以及报文域;
渠道报文接口:渠道接入机构与多渠道平台之间进行联机交易时使用的报文接口,包括联机交易报文的结构、格式以及报文域;
文件接口:银联系统与行业商户之间的文件接口规范,向行业商户推荐的格式;
附录:多渠道平台所有交易种类区分表、用户号码标识、支付方式标识、SP代码、机构代码、mac计算方法等常用信息。
网格服务管理中心是整个网格系统数据服务资源信息的管理中心,基于 WebService 开发,具有自己独立的 GUI 界 面,也 可 以在网格 应 用 系统 中 进 行 Web 服务功能的调用,结合网格服务管理中心提供的服务元数据管理功能进行整个网格系统的开发。网格服务管理中心的各个功能接口都有自己的接口规范,现一一列出,并给出接口调用实例。
3.3.7.1 错误信息结构及提示信息规范
针对错误信息结构及提示信息规范的制定下,对于错误信息的描述见表 3.21。
表 3.21 错误信息规范
续表
续表
3.3.7.2 用户管理接口规范
用户管理必须遵循以下的接口规范(表 3.22)。
表 3.22 用户管理接口规范表
3.3.7.3 发布服务接口规范
普通服务发布类接口规范:
class GeneralService{
string Service_name;
string Service_type;
string Service_URL;
string Service_description;
string Service_publisher;
datatime Service_publishtime;
string Service_runtime;
string Service_charge;
string Service_accesslimite;
string Service_binddata;
string Service_bindservice;
Method method [10];
}
class Method{
string Method_name;
string Method_description;
string Method_algorithm;
string Method_input;
string Method_output;
}
Map 服务发布类接口规范:
class MapService{
string Service_name;
string Service_type;
string Service_URL;
string Service_description;
string Service_publisher;
datatime Service_publishtime;
string Service_runtime;
string Service_charge;
string Service_accesslimite;
string Service_binddataamount;
Map map [10];
}
class Map{
string Map_name;
string Map_description;
string Map_reference;
float Map_xmin;
float Map_xmax;
float Map_ymin;
float Map_ymax;
int Map_layernum;
float Map_binddataamount;
File Map_descriptiondocument;
Layer layer [10];
}
class Layer{
string Layer_name;
string Layer_type;
string Layer_format;
float Layer_max;
float Layer_min;
float Layer_dataamount;
string Layer_scale;
string Layer_description;
Field field [10];
}
class Field {
string Field_name;
string Field_description;
string Field_type;
}
Globe 服务发布类接口规范:
class MapService {
string Service_name;
string Service_type;
string Service_URL;
string Service_description;
string Service_publisher;
datatime Service_publishtime;
string Service_runtime;
string Service_charge;
string Service_accesslimite;
string Service_binddataamount;
string Globe_reference;
float Globe_xmin;
float Globe_xmax;
float Globe_ymin;
float Globe_ymax;
int Globe_layernum;
float Globe_binddataamount;
File Globe_descriptiondocument;
Layer layer [10];
}
class Layer{
string Layer_name;
string Layer_type;
string Layer_format;
float Layer_max;
float Layer_min;
float Layer_dataamount;
string Layer_scale;
string Layer_description;
Field field [10];
}
class Field{
string Field_name;
string Field_description;
string Field_type;
}
GeoData 服务发布类接口规范:
class GeoDataService{
string Service_name;
string Service_type;
string Service_URL;
string Service_description;
string Service_publisher;
datatime Service_publishtime;
string Service_runtime;
string Service_charge;
string Service_accesslimite;
string Service_datatype;
float Service_dataamount;
string Service_scale;
string Service_range;
string Service_outputpath;
string Service_methoddescription;
}
Geoprocess 服务发布类接口规范:
class GeoprocessService{
string Service_name;
string Service_type;
string Service_URL;
string Service_description;
string Service_publisher;
datatime Service_publishtime;
string Service_runtime;
string Service_charge;
string Service_accesslimite;
string Service_bindmap;
}
GeoCode 服务发布类接口规范:
class GeoCodeService{
string Service_name;
string Service_type;
string Service_URL;
string Service_description;
string Service_publisher;
datatime Service_publishtime;
string Service_runtime;
string Service_charge;
string Service_accesslimite;
string Service_input;
string Service_range;
string Service_output;
}
各个服务类型发布接口规范(表 3.23)。
表 3.23 服务发布接口规范表
续表
3.3.7.4 查询服务接口规范
普通服务查询类接口规范:
class S_GeneralService{
string Service_name;
string Service_type;
string Service_publisher;
string Service_description;
string Method_name;
string Method_description;
}
Map 服务查询类接口规范:
Class S_MapService{
string Service_name;
string Service_publisher;
string Service_description;
string Map_name;
string Map_description;
string Map_xmin;
string Map_xmax;
string Map_ymin;
string Map_ymax;
}
Globe 服务查询类接口规范:
Class S_GlobeService{
string Service_name;
string Service_publisher;
string Service_description;
string Globe_xmin;
string Globe_xmax;
string Globe_ymin;
string Globe_ymax;
}
GeoData 服务查询类接口规范:
class S_GeoDataService{
string Service_name;
string Service_publisher;
string Service_description;
string Service_range;
string Service_methoddescription;
}
Geoprocesing 服务查询类接口规范:
class S_GeoprocessService{
string Service_name;
string Service_publisher;
string Service_description;
string Service_bindmap;
}
GeoCode 服务查询类接口规范:
class S_GeoCodeService{
string Service_name;
string Service_publisher;
string Service_description;
}
查询结果类接口规定:
class Result{
int value;
string [10]URL;
}
各个服务类型查询接口规范(表 3.24)。
表 3.24 服务查询接口规范表
续表
3.3.7.5 删除服务接口规范
删除服务接口规范(表 3.24)。
表 3.24 删除服务接口规范
续表
3.3.7.6 修改服务接口规范
修改服务接口规范(表 3.25)。
表 3.25 修改服务接口规范表
3.3.7.7 数据上传下载接口规范
数据上传下载接口规范(表 3.26)。
表 3.26 数据上传下载服务接口规范表
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~