0

Any idea how am I possibly able to read an XML request and after reading I'll send it to the JMS Queue. Can someone help me? been reading IBM Docs but still don't get any ideas on how is that possible to read. (Language using ESQL)

For example:

<?xml version="1.0" encoding="UTF-8"?>
<RtrvEligBnftInfoRequest xmlns="urn:rtrveligbnftinfo1_0.elig.schema.bcbsm.com">
 <PayloadArea>
      <ContractSource>BX</ContractSource>
      <LOBInd>P</LOBInd>
      <ProvAuthRequiredInd>Y</ProvAuthRequiredInd>
      <ProviderInfo>
         <Name>
            <common:Prefix>xxx</common:Prefix>
            <common:First>John1</common:First>
            <common:Last>Brown1</common:Last>
            <common:Middle>xxx</common:Middle>
            <common:Suffix>cccc</common:Suffix>
         </Name>
         <NPI>String</NPI>
         <Address>
            <common:Street></common:Street>
            <common:City>Vizag</common:City>
            <common:County>USA</common:County>
            <common:StateProvince>String</common:StateProvince>
            <common:PostalCode>String</common:PostalCode>
            <common:Country>String</common:Country>
         </Address>
      </ProviderInfo>
 </PayloadArea>
</RtrvEligBnftInfoRequest>
Euphoria
  • 3
  • 5

0 Answers0