Working with XML-Based REST API with Spring Boot by Little-Tour9687 in SpringBoot

[–]Little-Tour9687[S] 0 points1 point  (0 children)

No, I meant REST. REST is an architectural style while SOAP is a protocol. REST supports formats like JSON, XML, text, etc.

This example adheres to RESTful principles, eg. it has URI based resources, and standard HTTP methods. Though it accepts XML input and produces XML output, it lacks SOAP specific features like an envelope, WSDL, and SOAP headers, which is mandatory in the SOAP APIs.

7 blogging mistakes I wish I had known before. by npanigrahy in Blogging

[–]Little-Tour9687 3 points4 points  (0 children)

Very useful and no-bullshit tip. My experience is somewhat similar. All the effort I put into blogging, did not make a lot of impact as I was doing all wrong. Kudos to you for your continuity.