Help for this page

Select Code to Download


  1. or download this
    mod_fcgid: stderr: SOAP::Lite - deserialize - start decoding:
    <?xml version="1.0" encoding="UTF-8"?>
    ...
        </ping>
      </soap:Body>
    </soap:Envelope>
    
  2. or download this
    SOAP::Lite - deserialize - start decoding:
    <?xml version="1.0" encoding="UTF-8"?>
    ...
        </pingResponse>
      </soap:Body>
    </soap:Envelope>
    
  3. or download this
    SOAP::Lite - SOAP::Parser - start decoding: 
    <?xml version="1.0" encoding="UTF-8"?>
    ...
        </soap:Fault>
      </soap:Body>
    </soap:Envelope>
    
  4. or download this
    print STDERR "SOAP::Lite - deserialize - start decoding: $_[0]\n";
    my $parsed = $self->decode($_[0]);
    
  5. or download this
    sub decode { SOAP::Trace::trace('()');
      my $self = shift;
    ...
      }
      return $ret;
    }
    
  6. or download this
    SOAP::Lite - SOAP::Parser - Error Message: Can't use string ("1") as a
    +n ARRAY ref while "strict refs" in use at (re_eval 159) line 1.
    
  7. or download this
    sub compile { local $^W; 
      # try regexp as it should be, apply patch if doesn't work
    ...
    
      *compile = sub {};
    }