Hello All,

Any ideas as to why I'm receiving the error below?

---cut---
PPM> verify
HTTP POST failed: 500 (Server Error), in SOAP method call. Content of
response:
<html><head><title>Error</title></head><body>The specified procedure could
not b
e found. </body></html> at C:/Perl/site/lib/PPM/SOAPClient.pm line 222

C:\Temp>
---endcut---


Line 221-223 in C:/Perl/site/lib/PPM/SOAPClient.pm reads as follows.  I have
checked the function 'send_receive' which I assume is at fault, and it
exists in SOAP::Transport::HTTP::Client() which is included at the start of
C:/Perl/site/lib/PPM/SOAPClient.pm.

    my $soap   = new SOAP::Transport::HTTP::Client();
    my $result = $soap->send_receive(
                    $self->{'_server'},


Regards,

Ashley Robjohns

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to