MAP step not working

What product/components do you use and which version/fix level?

Software AG Designer 10.11

Are you using a free trial or a product with a customer license?

Free trial

Problem:

I want to concat two values from one file and send the result to another file, but in the second file i got null.
Service:
image

Input/Output:

Pipeline:

Input:

Result:
image

Expected result:
To “ccc” and “ddd” has “FirstSecond” value.

Hi @qnickp51,

Are you seeing this happening in a specific version and specific fix level? Because I tried the same steps on the 10.11 GA as well as the latest and I happen to see that the expected result is really as expected :slight_smile:

Here is the map step

and the result

1 Like

Probably, you are trying to run the service from Designer as Run in Browser?
With that option, you will not be able to provide the input and hence you won’t see anything in the result.

Try the Run Flow Service option.

image

Thanks,
Sree

2 Likes

Also, why do you have the both the input and the output embedded in untitled document references ?
Please name your references explicitly and avoid using the same name, conflicts can arise.
John.

2 Likes

thanks for the awesome information.

May be you are new to webMethods. Congratulations ! You may use strings as input and output .This will clarify your doubts . Later you may keep those strings inside doc for testing purpose.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.