WCF Test Client - how to give xml file as input

699 Views Asked by At

We have a WCF application and we would like to test one of the end points which takes a class object as input(which is generated by XML to class conversion). I am trying to test this using WCF Test Client.

I have the incoming XML data which has too many nodes. In WCF Test Client, it is asking me to enter each and every element separately. Is there any other way where I can input XML file/data and it generates the data to WCF Test Client? or is there any better way to test the WCF service locally?

0

There are 0 best solutions below