I am having great difficulty in getting a list of SOAP functions available in my company's WSDL service. I am using R.
The SSOAP package is not maintained and I have had trouble with it as it is not working for me.
To this end, I started looking at other ways to "translate" the existing taxonomy for my use as I do not have the time or the skill to do this manually. Using python or other languages for which SOAP-translating libraries exist is an alternative that I am exploring.
Is there an alternative to the SSOAP package that can save me? Failing this, would you recommend trying with another language instead if all data is to be consumed/used in R?
Thank you