Hi
I'm developing a Onebox external provider module for Google Mini
Software Version 4.6.4. It is a basic contact lookup application. For
testing I have it set to always trigger. I'm not seeing anything in
the Onebox module View Log link.
Below is the admin console export of the definition. Seems like I'd at
least see something in the View Log but I'm not. It is entirely
blank. Any suggestions?
<?xml version="1.0" encoding="UTF-8"?>
<onebox xmlns:xsl="http://www.w3.org/1999/XSL/Transform" id="Contact"
suppressDateTime="false" suppressIPAddr="false" suppressKeyword="true"
type="external">
<name>Contact</name>
<security userAuth="none"/>
<description>Contact directory information</description>
<trigger triggerType="null"></trigger>
<providerURL>http://10.6.0.2:8080/servlets/servlet/
GoogleOneBoxServlet</providerURL>
</onebox>