Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,can any one help
How to call wcf rest full service in Arduino board using wifi module.

What I have tried:

I created my own wcf restful service to pass a parameter
http://localhost//RestService/RE.svc/IOT/{Strdata}
where i want pass data to Strdata.If I'm trying from Advance Rest client it's working .I would like to call this service from Arduino board using wifi module.
Posted
Updated 21-Mar-16 19:07pm
v2
Comments
Garth J Lancaster 22-Mar-16 1:24am    
not sure I fully understand what you're asking - the 'service in Arduino board' is confusing ... do you have/are you trying to do ...

A machine hosting
http://localhost//RestService/RE.svc/IOT/{Strdata} <------- wifi --------- Arduino{REST Client}

?

if so, you could look at http://rexstjohn.com/simple-rest-calls-with-arduino-over-wifi/ for example
Mike Hankey 25-Mar-17 9:49am    
What WiFi board?, which IDE?, what language?

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