C#/VB.NET Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:asp="http://www.aspdotnetstorefront.com/">
<soap:Header/>
<soap:Body>
<asp:DoItUsernamePwd>
<asp:AuthenticationEMail>Jason@email.com</asp:AuthenticationEMail>
<asp:AuthenticationPassword>password</asp:AuthenticationPassword>
<asp:XmlInputRequestString>
<AspDotNetStorefrontImport Verbose="false">
<Get Table="Orders" Name="NewOrders">
<XmlPackage>DumpOrder.xml.config</XmlPackage>
<OrderBy>OrderDate asc</OrderBy>
<Criteria IsNew="1"/>
</Get>
</AspDotNetStorefrontImport>
</asp:XmlInputRequestString>
</asp:DoItUsernamePwd>
</soap:Body>
</soap:Envelope>
I get an error Bad Request 400