Hi, Pete Elmore wrote: > Roland Schmitt wrote: >> Hi, >> sorry, you are right. I've tested a ASP.NET service with both soap4r >> 1.5.4 and the version that ships with ruby 1.8.2 (i think soap4r 1.5.3). >> With 1.5.3 all env:Body elements have the namespace n1, with 1.5.4 not. >> As a result, the ASP.NET service did not find the parameters, because >> of the missing namespace, and sets the parametera to "null". So, with >> 1.5.3 the return value of ASP.NET in this example is "Hello, Mike", >> with 1.5.4 it return only "Hello,". > Thanks! Downgrading soap4r seems to have fixed the problem, and I'm > happily sending remote procedure calls left and right. Or look at http://groups.google.com/group/soap4r/. NaHi has build a new snapshot (http://dev.ctor.org/download/soap4r-20050911.tar.gz) which works for me after installing http-access2. Thanks again, NaHi. Regards, Roland