Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing JSON to http Post?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01646398
Message ID:
01646411
Vues:
55
Thank you, Martina.

>Hi Dmitry,
>
>http://stackoverflow.com/questions/26849557/how-to-post-json-data-using-west-wind-in-vfp
>
>MartinaJ
>
>>Hi,
>>
>>I am using West Wind VFP Client Tools (I know I have to use WW Message board for these questions but I get faster answers here than there). I need to pass a JSON to the body of the request. Here is sample code:
>>
>>
>>loHttp = newObject('wwHTTP', 'wwHTTP.prg')
>>
>>*-- I need to pass the following json to the post.  
>>cJson = "[{"id": 19, "QtyStock": 100, "Price": 10, "Location":"MYTEST"}]"
>>
>>*-- This would be the post request URL:
>>cResponse = loHttp.httppost("192.168.1.167:9000/UpdateInStockQuantity")
>>
>>
>>How do I pass the json to the body of the request above?
>>
>>TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform