Forum Discussion
- nmrao
Champion Level 2
Is it that first API response has @ or ascii? And you only have problem in the second API? Also in the second API, is it part of query parameter or template parameter? Details would help.- demosoapuserOccasional Contributor
The usual data in the response is like "abcde" but now all data is in email format. I'm using that data on parameter template for the 2nd api call
- demosoapuserOccasional Contributor
I wasn't able to find solution for this. Again, data returned on the 1st api is in email format with "@" sign and when I use this value on the 2nd api, "@" sign is being sent as Ascii and not as string.