Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to create a WCF service which accepts a XML file and send response by filtering the data from xml received,
what my service does it accepts some parameters and filter sql data by the parameters received and send the filtered data to the client.
how can i achieve this?
Presently i have created wcf service which accepts a client soap request and send response the data which is present in the web service
Posted
Comments
Pheonyx 12-Dec-14 4:31am    
Where are you stuck?
I've posted a concept not a question... well that is not exactly true "how can i achieve this" is a question but not a sensible one for this sort of forum. The WCF help site on the MSDN (Click Me) contains tutorials on writing the WCF. Then you need to create back end code to interact with your database and do your filtering.
Chinna Suresh 12-Dec-14 5:54am    
i mean how can i do that.where do i make my service to accept such xml based request

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