Skip Menu |

This queue is for tickets about the SOAP CPAN distribution.

Report information
The Basics
Id: 1313
Status: new
Priority: 0/
Queue: SOAP

People
Owner: Nobody in particular
Requestors: kemp2 [...] cox.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Subject: RE: [cpan #1313] SOAP 'client' code does not use double-quotes in 'SOAPAction:' header
Date: Mon, 22 Jul 2002 11:09:05 -0700
From: "Brown, Keith" <KBrown [...] develop.com>
To: <bug-SOAP [...] rt.cpan.org>
SOAP is very old. My suggestion would be to use SOAP::Lite, which is much more up to date (and is actually easier to use than my stuff ;-) Keith Show quoted text
-----Original Message----- From: Guest via RT [mailto:bug-SOAP@rt.cpan.org] Sent: Mon 7/22/2002 2:05 PM To: Cc: Subject: [cpan #1313] SOAP 'client' code does not use double-quotes in 'SOAPAction:' header This message about SOAP was sent to you by guest via rt.cpan.org Full context and any attached attachments can be found at: <URL: https://rt.cpan.org/Ticket/Display.html?id=1313 > 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