From: "NAKAMURA, Hiroshi" Date: 2004-09-23T10:54:16+09:00 Subject: Re: soap4r. I just dont get it. Hi, Thank you for great advice about ASP.NET! It much help me to answer ASP.NET related questions I'll receive. On Wed, 22 Sep 2004 15:37:00 +0900, Justin Rudd wrote: > > The server may not accept the request because of the element name at > > XXX part above does not match with expected one (). Then you > > need WSDL. > > It will accept the request. But it will ignore what it doesn't understand. Gee. > You can get the WSDL by adding the query string ?WSDL. Hopefully > soap4r will understand the WSDL spit out :) I've stopped using > ASP.NET auto generated WSDL. I find it easier to write it by hand. Recent soap4r should understand ASP.NET auto generated WSDL file but I agree with you that generally it is easy to write by hand. Regards, // NaHi