While trying to call RPC method of another agent (pricepoint.agent) from one of my agent( smartstripui_srv.agent), there is an error - " INFO: 'SmartStripUI_Srv' object has no attribute 'vip'"
smartstripui_srv.agent is inheriting PublishMixin, BaseAgent.
I had tested calling RPC method of pricepoint.agent from a simple Agent and it is working.
In the case of an agent inheriting PublishMixin, BaseAgent, it seems that I might be missing setting some parameter.