Protocols are specified in the yifclient.properties file as LOCAL.
To specify a different protocol, use the <INSTALL_DIR>/properties/customer_overrides.properties file to override the yif.apifactory.protocol=<protocol_type> property. Other valid values for <protocol_type> are HTTP, HTTPS, and EJB.
For WebLogic:
yif.java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
yif.java.naming.provider.url=t3://<ipaddress>:<port>
For WebSphere®:
yif.java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory
yif.java.naming.provider.url=iiop://<ipAddress>:<port>