Another way of implementing the solution is to bring the program into Siebel and call it as a Java Business Service. This methodology only works, if you have access to the source code and can invoke it. For more information on the methodology, a primer from the same author can be found here
发布评论
评论(2)
实现该解决方案的另一种方法是将程序引入 Siebel 并将其称为 Java 业务服务。仅当您有权访问源代码并可以调用它时,此方法才有效。有关该方法的更多信息,可以在此处找到同一作者的入门手册
http://www.impossiblesiebel.com/2010/04/java-business-service-jbs-tutorial.html
Another way of implementing the solution is to bring the program into Siebel and call it as a Java Business Service. This methodology only works, if you have access to the source code and can invoke it. For more information on the methodology, a primer from the same author can be found here
http://www.impossiblesiebel.com/2010/04/java-business-service-jbs-tutorial.html
将 Java 程序公开为 Web 服务,然后在 Seibel 中创建出站 Web 服务来调用它,本教程解释了如何 http://siebelunleashed.com/siebel-outbound-webservice-tutorial/
Expose Java program as a web service then create outbound web service in Seibel to call it, this tutorial explains how http://siebelunleashed.com/siebel-outbound-webservice-tutorial/