LD with Schedule defined.

  • Bensly1
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 6 months ago #9142 by Bensly1
LD with Schedule defined. was created by Bensly1
A LD message with scheduled data can be processed through a OFS message in the following format.
LD DATA//SCHEDULE DATA.

Can the same be achieved by XML message? If so how?

Thanks in advance.
Bensly

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 6 months ago #9144 by jpb
Replied by jpb on topic Re: LD with Schedule defined.
<?xml version="1.0" encoding="UTF-8" ?> 
<!--  Use case B-09 - request document   --> 
<!--  This is a valid OFSML request for a loan transaction request with auxillary fields --> 
<!--  The request specifies auxillary fields   --> 
<Globus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
 <serviceRequest>
 <securityContext>
  <userName /> 
  <password /> 
  <company>US00100001</company> 
  </securityContext>
 <ofsTransactionInput application="LD.LOANS.AND.DEPOSITS" version="INP" operation="PROCESS">
  <field name="CUSTOMER.ID">50043</field> 
  <field name="CURRENCY">USD</field> 
  <field name="AMOUNT">100000</field> 
  <field name="FIN.MAT.DATE">20010501</field> 
  <field name="CATEGORY">21030</field> 
  <field name="INTEREST.RATE">5.00</field> 
  <field name="CAPITALISATION">NO</field> 
  <field name="ISSUE.PRICE">100</field> 
  <field name="AUTO.SCHEDS">NO</field> 
  <field name="DEFINE.SCHEDS">YES</field> 
  <auxField name="CURRENCY">USD</auxField> 
  <auxField name="FORWARD.BACKWARD">4</auxField> 
  <auxField name="BASE.DATE.KEY">3</auxField> 
  <auxField name="SCH.TYPE" mv="1">I</auxField> 
  <auxField name="DATE" mv="1">20010501</auxField> 
  <auxField name="SCH.TYPE" mv="2">P</auxField> 
  <auxField name="DATE" mv="2">20010501</auxField> 
  <auxField name="AMOUNT" mv="2">100000</auxField> 
  </ofsTransactionInput>
  </serviceRequest>
  </Globus>

From TCSP website :)
The following user(s) said Thank You: bensly

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #9151 by bensly
Replied by bensly on topic Re: LD with Schedule defined.
Hi jpb,

Am not able to proceed further based on your reply. As per my analysis the tags in the XML message is based on what has been defined in an application named OFS.XML.TAGS. The prob is i don't have a tag named <auxField> defined in my OFS.XML.TAGS record.When i tried <auxField> tag im my message it throws error in the out folder as <errorText>CUSTOMER.ID IS AN INVALID FIELD NAME FOR LD.SCHEDULE.DEFINE</errorText>, Where CUSTOMER.ID is field in LD.

Can you please send me the link from the tcsp site so i can explore further.

Thanks again.
Bensly

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 6 months ago #9152 by jpb

Please Log in or Create an account to join the conversation.

Time to create page: 0.109 seconds