-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Sorry for late reply. Tad Bochan wrote: > The login request sequence works great, > but any other requests fail (eg., getAllEventTypes, logout) > because the parameters do not get generated > in the request document which is sent to Betfair, > which seems to indicate a bug in soap/wsdlDriver.rb, > or in the way I have setup the parameters. Hmm. I run your script on development code of soap4r and get the following wiredump as a request of getAllEventTypes. It seems to work. <?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n1:getAllEventTypes xmlns:n1="http://www.betfair.com/publicapi/BFServiceV2/"> <n1:request> <header> <clientStamp>0</clientStamp> <sessionToken>token</sessionToken> </header> <locale>en</locale> </n1:request> </n1:getAllEventTypes> </env:Body> </env:Envelope> Would you please try the latest snapshot tarball at http://dev.ctor.org/download/ ? Regards, // NaHi -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) iQEVAwUBRPUEox9L2jg5EEGlAQKyvQf8CvlkFB0sGkgErUO2wUDgIZ7UHsMcj+H2 eBtfFP/800AZRSu/rbPyYQPi20wo8CIogWPHhamjIiDWQlMgE/dEPIUyXyTKFoKC wHWCH9+7Uvgy7rH90qf8iyYjpGjafH7o55eEOr7I+VJc2F1h7bV59XklwJ1We/O/ 8dumpTXwwNSnHP7sbEdTjycftWglLSf8IpNWJGiTW5O5QQGbFszCDcc/R+8Fp0W9 j2XJ86qUHMDIzTx8N9ePmF+eQmvS/PQQfOxEyttjJP/tlzbsyGmOiGtKZtDDLU9c DXny0TU31oLchyekggd2Oc/55sh9xE0Mb7idRs9h7zZNrw2aZigklA== =h5p7 -----END PGP SIGNATURE-----