Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby gem for consuming Webservices wsdl with xsd:import


We need to consume a webservices which got a WSDL that uses xsd:import for Data Types definitions. savon gem doesn't support as it uses wasabi.
We are using Ruby 1.9.2
Could you please suggest me some gems.

Regards Surendran

like image 733
suren Avatar asked Mar 22 '12 11:03

suren


1 Answers

Unfortunately there doesn't seem any Gem out there which does what you want. My proposal for this situation:

  1. use SoapUI to examine the Web Service
  2. write your client using Savon http://savonrb.com

I've done this several times, there are a lot of people here who can help you with that approach.

like image 65
Steffen Roller Avatar answered Nov 16 '22 02:11

Steffen Roller