When I run up WCF Test Client, I only see two "endpoints" in a system - BasicHttpBinding_MyService and WSHttpBinding_MyService.
Now the system accepts a multitude of different types of request, and these are passed into the endpoints in an array of Requests (Request[]) (as far as I can tell).
This seems fine, but it is non-obvious how I use the WCF Test Client to construct one of these Request objects (or indeed the array) for sending to the service endpoint. Double clicking on the value of the Requests parameter of the clientRequest (the super request, containing the subrequests), enables input of text. I would hazard a guess the format of entry might be like JSON, but I have no idea.
Does anyone have any relevant experience they can share here?