cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC XML SQL: Attribute "action" missing or wrong XML structure

Former Member

Hi pros,

I have a problem using the JDBC receiver adapter with SQL XML. I have the following message which should be processed by the receiver JDBC adapter:

I think this fits exactly the structure described here: Document Format for the Receiver JDBC Adapter - SAP NetWeaver Exchange Infrastructure - SAP Library

But when I test it, I get the following error:

MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)


What is wrong with my message?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

former_member192892
Active Contributor
0 Kudos

Remove the root node.

Former Member
0 Kudos

That was the error, thanks!

Another question: I am not sure about the response structure. Is this right?

MT_Auftragskopf_Resp

-- Statement_response

----- update_count

----- insert_count

former_member192892
Active Contributor
0 Kudos

Hi Stefan,

That is correct. The response structure will be that.

Regards

Varun

Answers (0)