on ‎2019 Oct 30 9:24 AM
Hello Experts,
I have come across a situation where in the message mapping the Source WSDL has four fields (for example: A, B, C, D) and Target WSDL has only one field X (0.. unbounded) to consume data from those four fields. Any idea how to achieve this or may be via script?
Example:
Requirement is if input XML comes like this in message Mapping:
<A>1</A>
<B>2</B>
<C>3</C>
<D>4</D>
Output should be:
<X>1</X>
<X>2</X>
<X>3</X>
<X>4</X>
Is it somehow possible?
Best Regards,
Sahil Bakshi
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.