wcf - RESTful windows phone -
how transfer object in restful web service? seems restful supports string exchange data between client , service. thanks
all web services support transfer of representation of objects. given right client, can generate objects information passed. example, using json , javascript client jquery, can call jquery.parsejson(stringfromrestserver);
(or number of methods in other good js libraries) js object.
Comments
Post a Comment