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