From: Michael Gebhart Date: 2005-05-12T01:10:27+09:00 Subject: Soap4r and wsdl Hi, i am currently doing my first steps with soap4r and ruby. The first things work really good. I can call a function of the webservice and I receive the data, the function returns. But now I want to integrate the wsdl - file. I am very new to soap and wsdl. The wsdl file describes some data structures and some functions don�t only return a string, or a int. They return such a data structure defined in the wsdl-file. Now: How can I integrate this file and use the structures in my program? Thanks Mike