A QueryString normally allows name/value-pairs, where the same name can occur several times. When using WCF-WebHttp and BtsHttpUrlMapping, for caling a REST service, it maps from a property schema, which does not allow repeating element and that make the url mapping not allowing the same parameter being added more than once.
I need to add an array of parameters like: /query?param1=x¶m1=y and so on.
Am I forced to use a dynamic port and set the url in the orchestration? Any other suggestions or samples would be much appropriated.