本帖最后由 Jarod 于 2014-6-26 10:02 编辑
下面是我的使用的代码:- DocumentServiceService dss = new DocumentServiceService();
- int success = dss.createDocumentByDomainUser("JSPTPD OA System/项目管理/单项/单项", "{'subCode':'13BJDS022SSGY01001'}", "gy0160", "11e2-809a-99fe60d6-b96a-59e13d804b12");
- if (success == 0)
- {
- MessageBox.Show("创建成功");
- }
- else
- {
- MessageBox.Show("创建失败");
- }
复制代码 错误:cn.myapps.webservice.fault.DocumentServiceFault: 表单[JSPTPD OA System/项目管理/单项/单项]不存在软件[id=11e2-809a-99fe60d6-b96a-59e13d804b12]下.
但是[JSPTPD OA System/项目管理/单项/单项]是存在此application下的,更新的就可以 |