Skip to content

Instantly share code, notes, and snippets.

@archetana
Last active November 14, 2018 12:50

Revisions

  1. archetana revised this gist Nov 14, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Related subservice
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    name="mailer"
    xmlns="http://www.simplity.org/schema">
    <actions>
    <setValue fieldName="urlString" fieldValue="http://sparsh-ic:8081/SMTPService/a._s"></setValue>
    <setValue fieldName="urlString" fieldValue="http://xxx:8081/SMTPService/a._s"></setValue>
    <setValue fieldName="application" fieldValue="AFE2018"></setValue>
    <setValue fieldName="apikey" fieldValue="xxxx"></setValue>
    <logic className="com.infosys.submission.util.Mail" actionName="mailAction"/>
  2. archetana revised this gist Nov 14, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Related subservice
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    <actions>
    <setValue fieldName="urlString" fieldValue="http://sparsh-ic:8081/SMTPService/a._s"></setValue>
    <setValue fieldName="application" fieldValue="AFE2018"></setValue>
    <setValue fieldName="apikey" fieldValue="fbd5d3de-5606-46b8-ae43-7bca02b32c4e"></setValue>
    <setValue fieldName="apikey" fieldValue="xxxx"></setValue>
    <logic className="com.infosys.submission.util.Mail" actionName="mailAction"/>
    </actions>
    </service>
  3. archetana created this gist Nov 14, 2018.
    12 changes: 12 additions & 0 deletions Related subservice
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <?xml version="1.0" encoding="UTF-8"?>
    <service dbAccessType="none"
    moduleName="submission"
    name="mailer"
    xmlns="http://www.simplity.org/schema">
    <actions>
    <setValue fieldName="urlString" fieldValue="http://sparsh-ic:8081/SMTPService/a._s"></setValue>
    <setValue fieldName="application" fieldValue="AFE2018"></setValue>
    <setValue fieldName="apikey" fieldValue="fbd5d3de-5606-46b8-ae43-7bca02b32c4e"></setValue>
    <logic className="com.infosys.submission.util.Mail" actionName="mailAction"/>
    </actions>
    </service>