互联网服务java

Cognos10,java生成passport代码谁有吗?

原来我有Cognos8生成passport的代码,现在Cognos10之后

Cognos8的api不兼容了。

javax.servlet.ServletException: java.lang.NoSuchMethodError: com.cognos.developer.schemas.bibus._3.ContentManagerService_ServiceLocator.getcontentManagerService

希望高手给予帮助
参与5

3同行回答

jasmine2017jasmine2017软件开发工程师北京
URL dispatchUrl = new URL(this.dispatchPath);                        // 初始化contentService                        ContentManager...显示全部

URL dispatchUrl = new URL(this.dispatchPath);

                        // 初始化contentService

                        ContentManagerService_ServiceLocator cmServiceLocator =

                                new ContentManagerService_ServiceLocator();

                        this.contentManagerService = cmServiceLocator.getcontentManagerService(dispatchUrl);

                       

                        this.contentManagerService.logon(

                                buildXml4Logon(namespace,username, password),

                                new SearchPathSingleObject[] {}

                        );

                        // 生成passport字符串

                        SOAPHeaderElement headerElement = ((Stub) this.contentManagerService)

                                                        .getResponseHeader(

                                                        \"http://developer.cognos.com/schemas/bibus/3/\",

                                                        \"biBusHeader\"

                                                        );

                        this.passport = BIBusHeaderHelper.getHeaderObject(headerElement)

                                                                                         .getCAM()

                                                                                         .getCAMPassport()

                                                                                         .getId();

                        this.initiated = true;

                        return this.passport;

收起
软件开发 · 2017-02-24
浏览580
zhonghanquanzhonghanquan业务部门经理信和汇诚
lgtq1983现在提供出来了,帖子地址是http://www.cognoschina.net/club/thread-23226-1-1.html,楼主可以去参考一下!显示全部
lgtq1983现在提供出来了,帖子地址是http://www.cognoschina.net/club/thread-23226-1-1.html,楼主可以去参考一下!收起
互联网服务 · 2012-06-27
浏览604
andaanda其它vipabc
没有用过这个呢 得google一下了显示全部
没有用过这个呢 得google一下了收起
IT咨询服务 · 2011-12-16
浏览521

提问者

zhang6793645
软件开发工程师中油瑞飞
擅长领域: 大数据商业智能

相关问题

相关资料

相关文章

问题状态

  • 发布时间:2011-12-16
  • 关注会员:2 人
  • 问题浏览:3040
  • 最近回答:2017-02-24
  • X社区推广