cancel
Showing results for 
Search instead for 
Did you mean: 

Namespace missing in the payload

Former Member
0 Kudos

Hi ,

I doing a JDBC to IDoc scenario.I am using a JDBC sender Adapter to get data using a select query from DB Table ,every thing works fine.The Structure get filled up ,but the namescape is missing in the source payload (SXMB_MONI).Anyone knows why this is happening.

Thanks,

Venu

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

in the communication channel,

Processing Tab Page -> Document Namespace

what have you given for this parameter?

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you check your XML NameSpace in your Message Type. When you copy the object from other name space then it will not change. So you have to change manually.

Thanks & Regards,

Purushotham

jyothi_anagani
Active Contributor
0 Kudos

Hi Venu,

looks like you are missing namespace in the JDBC data, you should mention the docNamespace in the JDBC sender adapter.

Copy your payload and paste this in your mapping test tab. How ? After copying the payload go to Message mapping, there is Tab for Test right next to the Design. click on that and then click on the SRC button in the source message and paste your XML and do a test. Then you will know whats going wrong.

One other precaution is, you can fill the fields in the test tab then click on SRC button to look at what the source XML should look like.

hope you understand, if not post the question again.

Thanks.