FormFill GWAVA Retain
Does anybody out there use GWAVA Retain for GWise Archives? And if so,
have you successfully fronted the login with iChain? I have been trying
all day, and I'm able to get this to work. Here is the script I'm using:
<!-- Begin GWise Retain -->
<urlPolicy>
<name>retainlogout</name>
<url>https://icretain.health-first.org/RetainServer/Manager/logout.jsp</url>
<actions>
<redirect>https://icretain.health-first.org/cmd/ICSLogout</redirect>
</actions>
</urlPolicy>
<urlPolicy>
<name>retain</name>
<url>icretain.health-first.org/*</url>
<formName>goo</formName>
<actions>
<fill>
<input name="login" value="~cn">
<input name="pass" value="~password">
</fill>
<post/>
</actions>
</urlPolicy>
<!-- End GWise Retain -->
....but no matter what, it will not formfill. I have over 40 other
applications working and formfilling just fine, however I can not get
GWAVA Retain to formfill/login. Any thoughts?
Thanks,
-DB
|