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

📄 inquire_v2.cpp

📁 一款开源的soap库
💻 CPP
📖 第 1 页 / 共 2 页
字号:
uddi2__find_USCOREtModel::uddi2__find_USCOREtModel(struct soap *soap, const char *name){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  // Create a new UDDI name  this->name = soap_new_uddi2__name(soap, -1);  this->name->soap_default(soap);  this->name->__item = soap_strdup(soap, name);  this->generic = "2.0";}uddi2__find_USCOREtModel::uddi2__find_USCOREtModel(struct soap *soap, std::vector<uddi2__keyedReference*> keyedReferences){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  // Create a new UDDI tModelBag  this->categoryBag = soap_new_uddi2__categoryBag(soap, -1);  this->categoryBag->soap_default(soap);  this->categoryBag->keyedReference = keyedReferences;  this->generic = "2.0";}uddi2__tModelList* uddi2__find_USCOREtModel::send(const char *endpoint){  // Allocate result  uddi2__tModelList *result = soap_new_uddi2__tModelList(soap, -1);  // Invoke the wrapper  soap_set_namespaces(soap, namespaces);  if (soap_call___inq2__find_USCOREtModel(soap, endpoint, NULL, this, result))    return NULL;  return result;} ////////////////////////////////////////////////////////////////////////////////////	uddi2:get_bindingDetail//////////////////////////////////////////////////////////////////////////////////uddi2__get_USCOREbindingDetail::uddi2__get_USCOREbindingDetail(struct soap *soap){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->generic = "2.0";}uddi2__get_USCOREbindingDetail::uddi2__get_USCOREbindingDetail(struct soap *soap, const char *bindingKey){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->bindingKey.push_back(soap_strdup(soap, bindingKey));  this->generic = "2.0";}uddi2__get_USCOREbindingDetail::uddi2__get_USCOREbindingDetail(struct soap *soap, std::vector<char*> bindingKeys){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->bindingKey = bindingKeys;  this->generic = "2.0";}uddi2__bindingDetail *uddi2__get_USCOREbindingDetail::send(const char *endpoint){  // Allocate result  uddi2__bindingDetail *result = soap_new_uddi2__bindingDetail(soap, -1);  // Invoke the wrapper  soap_set_namespaces(soap, namespaces);  if (soap_call___inq2__get_USCOREbindingDetail(soap, endpoint, NULL, this, result))    return NULL;  return result;} ////////////////////////////////////////////////////////////////////////////////////	uddi2:get_businessDetail//////////////////////////////////////////////////////////////////////////////////uddi2__get_USCOREbusinessDetail::uddi2__get_USCOREbusinessDetail(struct soap *soap){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->generic = "2.0";}uddi2__get_USCOREbusinessDetail::uddi2__get_USCOREbusinessDetail(struct soap *soap, const char *businessKey){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->businessKey.push_back(soap_strdup(soap, businessKey));  this->generic = "2.0";}uddi2__get_USCOREbusinessDetail::uddi2__get_USCOREbusinessDetail(struct soap *soap, std::vector<char*> businessKeys){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->businessKey = businessKeys;  this->generic = "2.0";}uddi2__businessDetail *uddi2__get_USCOREbusinessDetail::send(const char *endpoint){  // Allocate result  uddi2__businessDetail *result = soap_new_uddi2__businessDetail(soap, -1);  // Invoke the wrapper  soap_set_namespaces(soap, namespaces);  if (soap_call___inq2__get_USCOREbusinessDetail(soap, endpoint, NULL, this, result))    return NULL;  return result;} ////////////////////////////////////////////////////////////////////////////////////	uddi2:get_businessDetailExt//////////////////////////////////////////////////////////////////////////////////uddi2__get_USCOREbusinessDetailExt::uddi2__get_USCOREbusinessDetailExt(struct soap *soap){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->generic = "2.0";}uddi2__get_USCOREbusinessDetailExt::uddi2__get_USCOREbusinessDetailExt(struct soap *soap, const char *businessKey){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->businessKey.push_back(soap_strdup(soap, businessKey));  this->generic = "2.0";}uddi2__get_USCOREbusinessDetailExt::uddi2__get_USCOREbusinessDetailExt(struct soap *soap, std::vector<char*> businessKeys){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->businessKey = businessKeys;  this->generic = "2.0";}uddi2__businessDetailExt *uddi2__get_USCOREbusinessDetailExt::send(const char *endpoint){  // Allocate result  uddi2__businessDetailExt *result = soap_new_uddi2__businessDetailExt(soap, -1);  // Invoke the wrapper  soap_set_namespaces(soap, namespaces);  if (soap_call___inq2__get_USCOREbusinessDetailExt(soap, endpoint, NULL, this, result))    return NULL;  return result;} ////////////////////////////////////////////////////////////////////////////////////	uddi2:get_serviceDetail//////////////////////////////////////////////////////////////////////////////////uddi2__get_USCOREserviceDetail::uddi2__get_USCOREserviceDetail(struct soap *soap){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->generic = "2.0";}uddi2__get_USCOREserviceDetail::uddi2__get_USCOREserviceDetail(struct soap *soap, const char *serviceKey){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->serviceKey.push_back(soap_strdup(soap, serviceKey));  this->generic = "2.0";}uddi2__get_USCOREserviceDetail::uddi2__get_USCOREserviceDetail(struct soap *soap, std::vector<char*> serviceKeys){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->serviceKey = serviceKeys;  this->generic = "2.0";}uddi2__serviceDetail *uddi2__get_USCOREserviceDetail::send(const char *endpoint){  // Allocate result  uddi2__serviceDetail *result = soap_new_uddi2__serviceDetail(soap, -1);  // Invoke the wrapper  soap_set_namespaces(soap, namespaces);  if (soap_call___inq2__get_USCOREserviceDetail(soap, endpoint, NULL, this, result))    return NULL;  return result;} ////////////////////////////////////////////////////////////////////////////////////	uddi2:get_tModelDetail//////////////////////////////////////////////////////////////////////////////////uddi2__get_USCOREtModelDetail::uddi2__get_USCOREtModelDetail(struct soap *soap){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->generic = "2.0";}uddi2__get_USCOREtModelDetail::uddi2__get_USCOREtModelDetail(struct soap *soap, const char *tModelKey){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->tModelKey.push_back(soap_strdup(soap, tModelKey));  this->generic = "2.0";}uddi2__get_USCOREtModelDetail::uddi2__get_USCOREtModelDetail(struct soap *soap, std::vector<char*> tModelKeys){  // Initialize this object and associate it with the gSOAP context  soap_default(soap);  this->tModelKey = tModelKeys;  this->generic = "2.0";}uddi2__tModelDetail *uddi2__get_USCOREtModelDetail::send(const char *endpoint){  // Allocate result  uddi2__tModelDetail *result = soap_new_uddi2__tModelDetail(soap, -1);  // Invoke the wrapper  soap_set_namespaces(soap, namespaces);  if (soap_call___inq2__get_USCOREtModelDetail(soap, endpoint, NULL, this, result))    return NULL;  return result;} 

⌨️ 快捷键说明

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