Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3619

How can I get BizTalk to allow a large array in querystring for consuming a REST service?

$
0
0

My problem is that I want to consume a REST service that have an array as input parameter, and I have a lot of items in the array (about 2 500 characters in total, which is allowed by HTTP protocol).

I tried using a dynamic send port and set BaseAddress or the parameter Url in BtsHttpUrlMapping programmatically. BaseAddress just allows 256 characters, so that is not an option and BtsHttpUrlMapping validates the parameter Url and won't allow same name more than ones (arrays in querystring is repeating the same name (which also is allowed) ?arrayName=1&arrayName=27 and so on).

Do anyone have had this problem and solved it?

If no one have a solution my next step is to split each item in the array, call the service for each one and aggregate the results back into one response :)


Viewing all articles
Browse latest Browse all 3619

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>