cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Receiver Error: java.lang.IllegalArgumentException: can't parse argum

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183906
Active Contributor
0 Kudos

Hi Mario..

Go thru this thread for it.

Regards