DEV Community

Discussion on: What was the hardest concept you had to wrap your head around?

Collapse
 
elmuerte profile image
Michiel Hendriks

I had a hard time understanding and implementing a SOAP service once.

The 'S' in SOAP standards for Simple.
But you had a hard time? Which means you no longer have to deal with SOAP, right?

Collapse
 
marcusatlocalhost profile image
Marcus

I had to consume a SOAP Service to book train tickets, while retrieving data was relatively easy, posting data was weird. It took a while until I understood the whole concept (I didn't write those xml messages myself, but used the php soap client) , and the data structure was very complex, it was hard to focus. At the end it helped me to understand and appreciate REST much more :). And no SOAP anymore, only for washing my hands. :)