Skip Menu |

This queue is for tickets about the Catalyst-Controller-SOAP CPAN distribution.

Report information
The Basics
Id: 47307
Status: rejected
Priority: 0/
Queue: Catalyst-Controller-SOAP

People
Owner: Nobody in particular
Requestors: cjbradford [...] gmail.com
Cc:
AdminCc:

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



Subject: Support for returning WSDL by adding ?WSDL to the end of a GET request
I've got a patch to support returning the source WSDL file when the request is a GET, and ?WSDL is added to the end of the URL, for DocumentLiteral requests. We use this internally to support our test tools, and I think it's relatively standard. I've attached the patch against version 1.19 and I'm interested in your thoughts.
Subject: catalyst-patch
Download catalyst-patch
application/octet-stream 1.7k

Message body not shown because it is not plain text.

Em Qua. Jun. 24 07:01:52 2009, cjbradford escreveu: Show quoted text
> I've got a patch to support returning the source WSDL file when the > request is a GET, and ?WSDL is added to the end of the URL, for > DocumentLiteral requests. We use this internally to support our test > tools, and I think it's relatively standard. I've attached the patch > against version 1.19 and I'm interested in your thoughts.
Actually, reviweing the standard, this is not compatible with SOAP and WSDL spec. I think it might be possible to implement it as a separated module. daniel