cancel
Showing results for 
Search instead for 
Did you mean: 

message mapping

MultivacTest123
Explorer
0 Kudos

Good day experts;

i wanted to use a message mapping with which i change the value of 1 tag.
My first try was with a simple Payload:

<root2>
    <ID2>1</ID2>
    <ZC2>AFGHAN</ZC2>
</root2>
I made a xsd out of that, and imported it into the message mapping with which it worked fine.
But once i use my productive Payload, generate a XSD and try to import it into the message mapping, it says i need to select only one of the Tags.
MultivacTest123_0-1707131124916.png

But i want the entire payload to be consumed, mapped, and then passed through again.
I guess it has to do that it uses "d:" and "M:" before the tags. I dont have much knowledge about such namespaces, how can i use the enitre Message in the Message mapping?

Thanks alot in advance and Best Regards,
Randy

Accepted Solutions (1)

Accepted Solutions (1)

Ryan-Crosby
Active Contributor
0 Kudos

Hi Randy,

Since you are referring to d: I'm assuming you are using an OData service.  In that case you should be able to upload the EDMX file for the OData service, whether it be your source or target.  For the other you would need to supply the XSD associated with the format (namespace information included).

 

Regards,

Ryan Crosby

Answers (0)