Sending string to wcf service using jquery ajax. why can i only send strings of numbers?
- by Robodude
Hi Guys,
For some reason, I'm only able to pass strings containing numbers to my web service when using jquery ajax. This hasn't been an issue so far because I was always just passing IDs to my wcf service. But I'm trying to do something more complex now but I can't figure it out.
In my interface:
[OperationContract]
…