Hi Amit,
I have to send the main xml document as a text attachment, I have done this.. but I'm getting the output attachment with xml strings, so I need to remove these strings n pass only the values..
Output what I'm getting in the attachment is:
<?xml version="1.0" encoding="UTF-8"?><ns0:MT_Emp_Rec xmlns:ns0="http://xxxxxx.com/Concur/CO/GL_EmpPay"><Record><Emp_Key>27673</Emp_Key><Emp_ID>X100170839</Emp_ID><Emp_LastName>Hardy</Emp_LastName><Emp_FirstName>Ian</Emp_FirstName><Emp_MiddleName></Emp_MiddleName><Emp_CurrencyCode>GBP</Emp_CurrencyCode>
Output what I need as an attachment is:
27673|X100170839|Handy|Ian| |GBP|UNITED KINGDOM|3600|UK08|||4002||2000|103|10|3600/100339|SPECIALIST8SALESCTSFIELD||||Astin Coups-UK Travelers||INTPROF|No|123|ABC|N|N||0001|X100170839|UK-MOLSON COORS|UK|PAYM||GB85LOYD30000200525621|LOYDGB2LCTY|GBP||
Thanks in advance,
Sri