KJ_50941
Mar 18, 2013Nimbostratus
can F5 support RMI
can LTM 10.2.3 support RMI, so far what I read it can't . do I need iControl for this to work?
please let me know.
Thx
can LTM 10.2.3 support RMI, so far what I read it can't . do I need iControl for this to work?
please let me know.
Thx
John Gruber
05/15/2012 05:19 AM Alert
Java RMI uses a Java specific method of network serialization, or else CORBA IIOP, to marshal object on the wire. iControl is a SOAP HTTP service. That means it uses SOAP XML messages inside HTTP POST requests as defined by the iControl WSDLs. The iControl service on the Big-IP devices isn't written in Java and doesn't support IIOP, so the answer is no.
Thx