Topic: MACU Server Error

Trying to perform a profile request and I'm currently getting this response from the server.

STATUS: 400
HEADERS: {"content-length":"11","content-type":"text/html","server":"Microsoft-IIS/7.5","x-powered-by":"ASP.NET, ARR/2.5, ASP.NET","date":"Mon, 05 Sep 2016 23:44:04 GMT"}
BODY: Bad Request
No more data in response.

This is my OFX

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<?OFX OFXHEADER="200" VERSION="211" SECURITY="NONE" OLDFILEUID="NONE" NEWFILEUID="NONE"?>

<OFX>
  <SIGNONMSGSRQV1>
    <SONRQ>
       <DTCLIENT>20160905234403</DTCLIENT>
       <USERID>anonymous00000000000000000000000</USERID>
       <USERPASS>anonymous00000000000000000000000</USERPASS>
       <LANGUAGE>ENG</LANGUAGE>
       <FI>
         <ORG>MACU</ORG>
         <FID>324079555</FID>
       </FI>
       <APPID>MyApp</APPID>
       <APPVER>0500</APPVER>
    </SONRQ>
  </SIGNONMSGSRQV1>
  <PROFMSGSRQV1>
    <PROFTRNRQ>
      <TRNUID>974495445</TRNUID>
      <PROFRQ>
        <CLIENTROUTING>NONE</CLIENTROUTING>
        <DTPROFUP>19700101</DTPROFUP>
      </PROFRQ>
    </PROFTRNRQ>
  </PROFMSGSRQV1>
</OFX>