Implementing & Testing SOAP API clients in Ruby
The bigger your application, the more likely you will need to integrate with less common APIs. This time, we are going to discuss implementing & testing communication with SOAP based services. It’s no big deal. Still better than gzipped XMLs over SFTP (I will leave that story to another time).
Post a comment