Subject: | SOAP 'client' code does not use double-quotes in 'SOAPAction:' header |
Greetings--
I've been using v0.28 of the SOAP module for a couple of days and it's really a breeze to use -- thanks!
I have noticed one thing that may be a bug though: According to SOAP v1.1 (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528) section 6.1.1, the value for the "SOAPAction:" HTTP Header MUST be enclosed in quotes (if I'm reading this version of BNF correctly -- there's a couple of versions out there...)
If this is correct, the offending line is probably located in 'client.pm', Line 41, where one would need to append the quotes to the value parameter.
Again, thanks for the SOAP module.
Devon