Spring with Rest Template | Java Techie

preview_player
Показать описание
This tutorial explain you how to consume a restful web service using Rest Template

#JavaTechie #RestTemplate


Like and Subscribe
Рекомендации по теме
Комментарии
Автор

Just now i watched this . Super explanation and thankful job boss

pravat
Автор

Good tutorial no doubt and I also like the thought "Trust in yourself, you know more than you think you do" :)

MyAsh
Автор

Feeling so easy with XMl approach after watching it... . Nice1

Waooo
Автор

Hatts off Sir . Covered in very beautiful manner

amanabhishek
Автор

Nice explanation of resttemplate. Could you provide some information or guide me to some already available tutorial which covers following points:
1. Client wants to capture the incoming and outgoing json message (json body). How to achieve this?
2. How to enable json message (json body) logging on the provider side?
Thanks a lot.

abhisk
Автор

Thanks for the wonderful video..I learnt alot

mahendraprasad
Автор

Hi Basant,

The course is nice.Request you to make it more comprehensive.That would be a great help to beginners

half_demon
Автор

Hi Basant,
can we consume restfull webservice using post/put call?
(or)
how many way we can consume restfull webservice?

Need Explanation

soumitrakumarmund
Автор

I have one question instead of using postForObject cant we use directly exchange method so if we want to use any type of method just change the method type.
String serviceUrl = " ";
List<MediaType> acceptableMediaTypes = new ArrayList<MediaType>();

HttpEntity<String> httpEntity = HttpUtils.getHttpEntity(request, acceptableMediaTypes, MediaType.APPLICATION_JSON);
ResponseEntity<String> response = null;
response = restTemplate.exchange(serviceUrl, HttpMethod.POST, httpEntity, String.class);

NexonRider
Автор

Hi Basant need some help in regard to invoking spring boot project restendpoint from a spring MVC project

nikitamanektalia
Автор

Basant can upload spring with swagger integartion..

rajrathod
Автор

Can we pass request body and request params at same time to single api using rest template

gouthamgunji
Автор

Sir, I need to send parameters and xml object in post method.How to send sir. In My controller
below are the parameters.
@RequestMapping(method = RequestMethod.POST, value = "/otp/{ac}/{key}/{version}")
@RequestBody KycOtpReq kOtpReq).ac, key, version are path variables and kOtpReq is an xml object. i need to send this method to another controller using rest template class for Circuit breaker concept.

Please help me to do this. Waiting for your reply sir.I am regularly following and practicing your videos sir.

bathulanagendra
Автор

My method has to take both path variable & request body as input..how we can pass both this two in rest template.

sasi
Автор

Is dere any where from where I can get the source code

tanumitachoudhury
Автор

Anybody have mockitojunit for resttemplate

sivasiva-wnos
Автор

Transaction date we are getting is not correct

ganeshbedekar
Автор

Not able to understand because of your accent You should have made this video in your mother tongue

prakherjindal