⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsmp.h

📁 SOAP协议的C版本
💻 H
字号:
//gsoap soapenc schema namespace: http://schemas.xmlsoap.org/soap/encoding/
//gsoap xsd schema namespace: http://www.w3.org/2001/XMLSchema
//gsoap wsdl schema namespace: http://schemas.xmlsoap.ort/wsdl/
//gsoap ws schema namespace: http://www.monternet.com/dsmp/wsdl/
//gsoap soap schema namespace: http://schemas.xmlsoap.org/wsdl/soap/

//gsoap ws service namespace: http://www.monternet.com/dsmp/wsdl/
//gsoap dsmp schema namespace: http://www.monternet.com/dsmp/schemas/

//gsoap ws service location: http://10.1.3.107:8080/dsmp/sync
//gsoap ws service name: dsmp

/*start primitive data types*/
typedef char * xsd__string;
struct xsd__base64Binary {
	unsigned char *__ptr;
	int __size;
};
typedef char * xsd__integer;

/*end primitive data types*/

struct SOAP_ENV__Header  {

	xsd__string * TransactionID;
	};
typedef xsd__string  dsmp__TransactionID ;

struct dsmp__SyncOrderRelationResp {
	xsd__string  MsgType;
	xsd__string  Version;
	xsd__integer  hRet;
};

struct dsmp__user_id {
	xsd__integer  UserIDType;
	xsd__string  MSISDN;
	struct xsd__base64Binary * PseudoCode;
};


struct dsmp__address_info{
	xsd__integer  DeviceType;
	xsd__string  DeviceID;
};

struct dsmp__SyncOrderRelationReq {
	xsd__string  MsgType;
	xsd__string  Version;
	struct dsmp__address_info * Send_Address;
	struct dsmp__address_info * Dest_Address;
	struct dsmp__user_id * FeeUser_ID;
	struct dsmp__user_id * DestUser_ID;
	xsd__string  LinkID;
	xsd__integer  ActionID;
	xsd__integer  ActionReasonID;
	xsd__string  SPID;
	xsd__string  SPServiceID;
	xsd__integer  AccessMode;
	struct xsd__base64Binary * FeatureStr;
};

//gsoap ws service method-action: SyncOrderRelation "sim.SyncOrderRelation"
dsmp__SyncOrderRelation(struct dsmp__SyncOrderRelationReq *pReq, struct dsmp__SyncOrderRelationResp *pResp);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -