Hi, all
I have created a datatype from importing an external xsd. The xsd is using complex type and when the PI created the following structure:
Note that I am trying to get the graphical mapping to insert values into component->perform and value, key->name and value. I haven't found a way to do so. When I test it with wsnavigator or ABAP proxy, here is what I saw:
However, on the graphical mapping, I don't know how to get to the content. So I can use graphical mapping to put in perform=get or name=EMPLID. But I cannot put in content.
Your advice would be much appreciated.
Thanks,
Jonathan.
Thanks, Sunil.
Another question is that is there a way to create 2 records of the key element? For example, I want to generate the following xml in the output.
<component perform="get">CI_SSEPP_LVE_BAL_R</component>
<key name="EMPLID">500087156</key>
<key name="EMPL_RCD">2</key>
<EMPLID>500087156</EMPLID>
<EMPL_RCD>2</EMPL_RCD>
Assume that only emplid = 500087156 is coming from the source, everything else is hard coded. How do you generate the 2 key elements in the output with graphical mapping?
Thanks,
Jonathan.
if i understand correctly you want to restrict the field values by using enumeration?
refer the blog -Enumeration in PI 7.1
Add a comment