How to pass XML input dynamically to an integration?

Certified Associate Developer

Hi, 

I have a requirement where I have to send an XML input to the integration and in that input some of the fields I need to send dynamically, and they won't be same every time I hit the integration.

from the particular XML data the below given data has to be pass dynamically.

<BORROWER BorrowerID=""Borrower"" _FirstName=""Charles"" _MiddleName="""" _LastName=""DTestFile"" _NameSuffix="""" _AgeAtApplicationYears="""" _PrintPositionType=""Borrower"" _SSN=""777-77-7777"" MaritalStatusType=""NotProvided"">
<_RESIDENCE _StreetAddress=""4321 Cul De Sac Street"" _City=""Someplace"" _State=""MA"" _PostalCode=""27230"" BorrowerResidencyType=""Current"">
</_RESIDENCE></BORROWER>

How to pass these data dynamically to the integration.? Can anyone help me on this...?

Thanks in Advance,

Gousii.

  Discussion posts and replies are publicly visible

Parents Reply Children