New answers tagged web-services
0 votes
Curl command line encoding of query parameters for an HTTP PUT
Since December 2022, the proper solution is to use --url-query: curl -X PUT http://example.com/resource/1 --url-query "param1=value 1" --url-query "param2=value2" This parameter ...
0 votes
Using the Google Maps API, how can I retrieve the name of a building with only the street address?
The Google Maps APIs, much like Google Maps itself, will return the address itself rather than a business at the address, when the query is the address. This is the intended behavior as explained in ...
Top 50 recent answers are included
Related Tags
web-services × 59476java × 14020
c# × 11903
soap × 8334
rest × 6013
asp.net × 5903
wcf × 4993
android × 4385
php × 4119
.net × 4092
wsdl × 3728
json × 3096
xml × 2752
javascript × 1967
jax-ws × 1749
spring × 1730
jquery × 1667
cxf × 1539
asmx × 1507
ios × 1264
ajax × 1245
apache-axis × 955
python × 938
security × 910
vb.net × 872