cancel
Showing results for 
Search instead for 
Did you mean: 

Soap to IDOC

Akhil_Sun
Participant
0 Kudos

hey,

i am doing soap-idoc where i am getting problem in mapping i.e; in source side i have one property i.e; name and value but i have two fields that is min and max,so my problem is i have to assign min and max to the name and their to the value

for that i used if then else, for min again used it then else for max because i need both values.

so when i tested it is taking only one name and value that may be max r min

how to slove this problem plzzzzzz help me out its very urgent.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

if you describe your problem clearly, it will easy for us

Akhil_Sun
Participant
0 Kudos

XML Test File

<?xml version="1.0" encoding="UTF-8"?>

<ns:ItemData Name="" FullyQualifiedName="" Description="" ItemTypeId="" UniqueId="" SecurityDescriptorData="" IsDeleted="" CreatedOn="" ModifiedOn="" ParentId="" MappingItemId="" RequestHandlerId="" StorageMode="" xmlns:ns="http://www.incuity.com/schema/2005/11/incuity" xmlns:ns0="http://www.incuity.com/schema/2005/11/incuity/metamodel">

<ns0:ExternalId />

<ns0:Properties>

<ns0:Property Name="Min">

<ns0:Value>55</ns0:Value>

</ns0:Property>

<ns0:Property Name="Max" xmlns:ns0="http://www.incuity.com/schema/2005/11/incuity/metamodel">

<ns0:Value xmlns:ns0="http://www.incuity.com/schema/2005/11/incuity/metamodel">56</ns0:Value>

</ns0:Property>

</ns0:Properties>

</ns:ItemData>

Former Member
0 Kudos

Akhil,

if then else will give u one value only, its difficult to get both the values.

I hope, its better to extend the fields in IDOC if it is a customized one..