From Middleware Team Get The XML Needed As Request or Response

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Create WEB Service

1. From middleware team get the XML needed as request or response.


2. Create a record in XDFE.H.XML.MAPPING
3. In your routine use the CALL
JAB.S.DCI.FORM.XML.REQ.ARR(R.XDFE.XML.MAP,XmlRecord)
4. The response will be in xmlRecord, process it to get values.
Details Below:

From middleware team get the XML needed as request or response.


1. In the server under /usr/Temenos/Server1/T24/data/UD/xslfiles
2. Create a new file and rename it .xsl file.
3. Paste the XML from middleware team (check CardAccInq.xsl)

4. Instead of each variable that you will be filling: use the following
<xsl:value-of select="PARENTTAG/TAG/text()"/>

Save file.
Create a record in XDFE.H.XML.MAPPING
In this table you will create the same file structure you create before step but in Temenos.

Description : description of service.


Process Rtn: XDFE.S.FORM.XML.REQUEST
Wsdl Link: From middleware team.
Xsl Dir Path: pathe were the xsl file is available.
Req Xsl Name the xsl file name
Ejb Handler : Dummy
Application Id.1 Application used.

\
In your routine use the CALL

You might also like