Soap Error: SOP-330017 while calling message center | Community
Skip to main content
August 7, 2020
Solved

Soap Error: SOP-330017 while calling message center

  • August 7, 2020
  • 1 reply
  • 1426 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

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

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
August 9, 2020

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