0

Is there a way to map fields from one document that are in camelCase to fields in another document that are in PascalCase without creating a link between each individual field?

I'm using webMethods Designer 10.15.

An ideal MAP step would look like this: enter image description here

In the example above, DocumentA contains these fields:

  • fieldA
  • fieldB

and DocumentB contains these fields:

  • FieldA
  • FieldB

I would like to create a link between DocumentA and DocumentB and have the fields of DocumentB populated with the values of the fields in DocumentA, but the result is the fields in DocumentB are not set.

I can, of course, create a link between DocumentA.fieldA and DocumentB.FieldA, but when there are hundreds of fields in a document this becomes long and tedious.

etitcombe
  • 50
  • 7

0 Answers0