cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter converts BLANK to NULL

Former Member
0 Kudos

Hello everybody,

when we send a request via SOAP to XI, we see in SXMB_MONI that a BLANK was converted to NULL.

How can we avoid this?

Regards Mario

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member206604
Active Contributor
0 Kudos

Hi Mario,

Did you download the XML file from the SXMB_MONI and checked if it is BLANK. It might be just the display as it removes all spaces while displaying in XML format.

Download it and open in a Notepad and see if that is still space of null. Do not check with browser.

Regards,

Prakash

Former Member
0 Kudos

Thank you all! But the problem isn't solved yet.

If I send the following via HTTP to XI:

<b><X_PARTNER> </X_PARTNER></b>

(Have a closer look: There is a SPACE)

I get the following in SXMB_MONI:

<b> <X_PARTNER /></b>

And this is wrong.

Regards Mario

bhavesh_kantilal
Active Contributor
0 Kudos

Mario,

When <X_PARTNER> </X_PARTNER> is viewed in a browser it will look like <b> <X_PARTNER /></b> . But download the XML and open it with textpad it will be as you want it.

Regards,

Bhavesh

Former Member
0 Kudos

Hi Mario,

look at the Datatype.. is this field a integer value?

How you send the SOAP Request... sure that the Sending application didn't send the NULL.

Because normally XI didn't do such a thing without mapping.

Regards,

Robin