Domain To Xml Mapping

0
We use a consumed web service. This exposes two methods Calculate(Node) and Validate(Node). The problem we have is that we need to create two mappings for the same Node object because they are used in different operations. Can we reuse the same mapping?
asked
1 answers
0

If the input for the operation is the same for both operations, you can simply reuse the domain-to-xml mapping

answered