Recording RMI over IIOP
The Internet Inter-ORB Protocol (IIOP) technology was developed to allow implementation of CORBA solutions over the World Wide Web. IIOP lets browsers and servers exchange complex objects such as arrays, unlike HTTP, which only supports transmission of text.
RMI over IIOP technology makes it possible for a single client to access services which were only accessible from either RMI or CORBA clients in the past. This technology is a hybrid of the JRMP protocol used with RMI and IIOP used with CORBA. RMI over IIOP allows CORBA clients to access new technologies such as Enterprise Java Beans (EJB) among other J2EE standards.
VuGen provides full support for recording and replaying Vusers using the RMI over IIOP protocol. Depending on what you are recording, you can utilize VuGen's RMI recorder to create a script that will optimally emulate a real user:
Pure RMI client: recording a client that uses native JRMP protocol for remote invocations
RMI over IIOP client: recording a client application that was compiled using the IIOP protocol instead of JRMP (for compatibility with CORBA servers).作者: faye 时间: 2005-12-19 09:57
目前的情况是这样:
由于软件不是我们开发,只是据说通讯协议采用的是IIOP。
无论使用RMI JAVA或是CORBA JAVA 都无法录制到任何内容
采用EJB却提示无法支持weblogic 8以上版本
如今采用了web/winsocket dual 。总算可以录制到。