Hi everybody,
I get the error in mail receiver CC:
java.lang.IllegalArgumentException: can't parse argument number
My Payload looks like this:
<?xml version="1.0" encoding="utf-8" ?> - <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30"> <Subject>The subject</Subject> <From>mailadress</From> <To>mailadress</To> <Content_Type>multipart/mixed; boundary="AaBb--984dfgeSSd3532"</Content_Type> - <Content_Description> <attachment filename="Filename.txt">content_of_attachment</attachment> </Content_Description> <Content_Disposition>attachment</Content_Disposition> <Content>Constant</Content> </ns1:Mail>
Any ideas?
Regards
Mario