Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,
I am a starter to study about web services and json. So I want to create json file from web service using c# and the data from oracle database. For example, I have a Employee table in oracle database, I want to create json file the data of Employee via web service using c#. And I want to show that data on web page with PHP, I can read json file from PHP but I can't create json file using c# web service from oracle database. Please, help me with sample code like as Emp_ID, Emp_Name from oracle and create json that include Emp_ID, Emp_Name are generated by web service using c# .net. Thanks you all.
Posted

1 solution

Try to start with the following link and code yourself
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/dbservice/restfulws/restfulws.html[^]

you will get some idea how to start with the requirements. if you struck some where then you can ask the question related to your code.
 
Share this answer
 
Comments
Member 10297003 7-Apr-14 4:49am    
Thanks Sir, for your link and I will try it.
Schatak 7-Apr-14 4:56am    
Sure and if you find it helpful, then do not forget to accept the solution and vote ;)

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