filename outfile 'C:\Users\jgmanalo\Desktop\Sample1\FromURL\OutXML.xml' encoding='UTF-8'; libname source xml 'C:\Users\jgmanalo\Desktop\Sample1\FromURL\OutXML.xml'; proc http out=outfile url='https://rbc-svr-pi/webacs/api/v1/data/ClientDetails?.full=true' method='get';run;