关于 webservice 调用

完成按钮插入、对话框弹出、调用 webservice,如下:
Service1::CService1 service;
 _bstr_t name = "tom";
 BSTR result;
 service.HelloWorld(name.Detach(),&result);

 USES_CONVERSION;
 MessageBox(OLE2A(result),"");

下一步:本地OutlookApplication的API调用

原文地址:https://www.cnblogs.com/xiaotaoliang/p/163958.html