Skip Menu |

This queue is for tickets about the XML-Compile-SOAP CPAN distribution.

Report information
The Basics
Id: 43226
Status: resolved
Priority: 0/
Queue: XML-Compile-SOAP

People
Owner: Nobody in particular
Requestors: KRN [...] cpan.org
Cc:
AdminCc:

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



Subject: Typo in operationsFromWSDL
faultNotImplemented is not called correctly on operations generated from operationsFromWSDL. The error is a simple typo: sub operationsFromWSDL($@) { my ($self, $wsdl, %args) = @_; my $callbacks = $args{callbacks} || {}; my %names; my $default = $args{default_callback} + || sub {shift->faultNotImplemented(@_)}; - || sub {$self->faultNotImplemented(@_)};
This piece of code got removed in 2.*