XML-110009 Unable to find the element 'Body' of path '/' (document with schema 'SOAP-ENV:Envelope') | Community
Skip to main content
Level 2
January 13, 2025
Solved

XML-110009 Unable to find the element 'Body' of path '/' (document with schema 'SOAP-ENV:Envelope')

  • January 13, 2025
  • 1 reply
  • 1899 views

Hi All

While trying to run a JSSP in adobe campaign classic v7, I am getting below error.

XML-110009 Unable to find the element 'Body' of path '/' (document with schema 'SOAP-ENV:Envelope')

 

Could anyone help me on this. I am trying to offer using soap call as per the adobe documentation.

Integration via SOAP (server side) | Adobe Campaign.

 

Thank you

Best answer by SankarRa1

@_manoj_kumar_ , interaction module is working as expected, as I am able to present offers using client-side scripts and previews. I've already submitted a ticket to Adobe for this issue and am simultaneously checking with the community to see if anyone else has encountered it. Thank you for your valuable feedback.


This is resolved , Issue was with the SOAP protocol I was using, when I was trying with SOAP_11 or internal protocol, the code works fine.

1 reply

Craig_Thonis
Adobe Employee
Adobe Employee
January 13, 2025

Hi Sankar,

 

Have you done web search on that particular error? I did so on my end and found several articles (outside of Campaign) where this kind of error relates to using bad characters or formatting problems with the SOAP call.

 

I would recommend doing some digging and comparing those forums to your SOAP call to see if anything might apply.

 

Regards,

Craig

SankarRa1Author
Level 2
January 14, 2025

Thank you @craig_thonis for your reply,

I am attempting to invoke the addMethod on the nms:interaction SOAP service, followed by the Propose method, as outlined in the documentation. Since there is no custom SOAP call involved, I won't be able to dig deeper into the SOAP call occurring behind this code. Please find the screenshot below for your reference.

 

 

Manoj_Kumar
Community Advisor
Community Advisor
January 16, 2025

Hello @sankarra1  Can share more details on how this JSSP us used?

I suspect the code mentioned in documentation is not complete.

the code creates a URL using a dynamic variable env but is not initialized in the code anywhere.

Manoj     Find me on LinkedIn