Click here to Skip to main content
15,907,395 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need to consume a WCF service which contain a XML data via POST and also need to create another WCF service which need to be responding the same XMl data in JSON format to the client.


Ex. Let "A" is a WCF service that have a XML data. Let "B" is an another WCF service that need to consume service "A" via POST method and also respond the same incoming (XML) data to JSON which can be consumed by any client.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900