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
  •  | 
  •  

Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top