Is there a SOAP::Lite equivalent library in ruby? -


I want to make a SOAP client using Ruby. I tried to use the soap4 library to generate ruby ​​classes from the WSDL file, but the issue with it was that all the methods generated were of alternative types instead of NAME / VALUE pairs. Given that there are a large number of arguments in some methods, many of which are optional, I prefer to use something like SOAP :: Light (Pearl Library) which is not dependent on WSDL file and name / VALUE pairs Accepts logic as. / P>

I have not actually used this myself, but I remember to hear about it the other day:. Check it out and see that it meets your needs! ;)


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -