wcf rest service 400 error : There might be a typing error in the address
- by Lokesh Kondapalli
I am trying to invoke wcf rest service from url but its showing error like this Error :
Most likely causes:
•There might be a typing error in the address.
•If you clicked on a link, it may be out of date.
** I need JSON responce
Here my code :
Iservice.cs
using System;
using System.Collections.Generic;
using System.Linq;
using…