Forum Discussion
avidCoder
5 years agoSuper Contributor
Did you mean passing the multiple values to below tags one by one?
<ns1:Parameter name="SO1_DOMAIN_NAME" value="7013"/>
or like this :-
<ns1:Parameter name="SO1_DOMAIN_NAME" value="7013, 0002, 0999"/>
- richie5 years agoCommunity HeroHi avidCoder,
Alright fella....considering ramz41 said "I want to pass multiple(for example: 0001,0002 till 0999) in a single request." and the parent tag of the xml instance in the request is <CreateRequest />, this sounds like he wants to build up some data and i'd suggest he doesn't care about the approach used....just that it gets done!
However as i said....whether you can add multiple numeric comma separated values on the elements 'value' attribute or whether you can add multiple whole tag lines or even IF injecting multiple records in at the same time is allowed is gonna be defined/controlled by the schema (.xsd).
Cheers
Rich
Related Content
- 10 months ago