I am looking into how to create a SOAP client in ruby that is WS-I compatible. What should someone new to SOAP use?

StackOverflow https://stackoverflow.com/questions/16085025

  •  04-04-2022
  •  | 
  •  

Question

Both SOAP and WS-I compatibility are new to me. I have looked around and like the docs at savonrb.com. Is Savon WS-I compatible? Is there a better library that I should be using? Please, keep in mind good documentation is key since I will be doing this pretty much on my own.

Cheers.

Was it helpful?

Solution

What does it mean to be "WS-I" compatible? The more important question for you will be which WS* you're going to work with.

There are many people who have used Savon to write SOAP clients. There might be other libs out there, but it always worked for me. You'll get good support for well formulated questions here at StackOverflow.

So go ahead and try.

I recommend to download SoapUI as well as it is a tremendous help in debugging a SOAP service.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top