Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Soap Error: SOP-330017 while calling message center

Avatar

Level 1

I'm getting SOP-330017 while calling message center SOAP API through Java. My <ctx> has one attribute with html value which is contained in the CDATA tag.

If I run the same payload in SOAP UI, it is working fine.

Please anyone help on this.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi @Nowfel 

this error means the XML message is missing from SOAP body.

If works from Soap UI, can you compare raw request from Soap and Java to spot the difference?

Regards,

Milan

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi @Nowfel 

this error means the XML message is missing from SOAP body.

If works from Soap UI, can you compare raw request from Soap and Java to spot the difference?

Regards,

Milan