Hi,
I am using the Groovy version is trying to write a consumer test that can POST a application/x-www-form-urlencoded body, for eg ‘number’ with 123456789.
Please advice.
Thank you very much.
Cheers,
Chuan
--
You received this message because you are subscribed to the Google Groups "Pact" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pact-support...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"interactions" : [ {
"providerState" : "Scenario of Carfacts REST asynchronous web service in LiveMarket for any internal requestor from within Carsales network",
"description" : "a POST request",
"request" : {
"method" : "POST",
"path" : "/task",
"headers" : {
"Content-Type" : "application/x-www-form-urlencoded"
},
"query" : "vin=1GJ2GYDG2A1827206"
},