Closed Bug 490417 Opened 15 years ago Closed 15 years ago

XMLRPC always get an Soap error

Categories

(Bugzilla :: WebService, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: chris.lenz, Unassigned)

References

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)
Build Identifier: 3.0.4

I try running: 
perl ./bz_webservice_demo.pl --uri http://d-stage.m086/bugzilla/xmlrpc.cgi
but get:

wrong element '{http://schemas.xmlsoap.org/soap/envelope/}Envelope'
Fehler
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body><soap:Fault><faultcode>soap:Client</faultcode>
<faultstring>Can't find root element in the message at /usr/lib/perl5/site_perl/5.8.8/SOAP/Lite.pm line 2431.
</faultstring></soap:Fault></soap:Body></soap:Envelope>

Perl Modules:
Checking perl modules...
Checking for          CGI.pm (v2.93)   ok: found v3.39
Checking for        TimeDate (v2.21)   ok: found v2.22
Checking for             DBI (v1.41)   ok: found v1.607
Checking for       PathTools (v0.84)   ok: found v3.2701
Checking for Template-Toolkit (v2.12)   ok: found v2.19
Checking for      Email-Send (v2.00)   ok: found v2.192
Checking for Email-MIME-Modifier (any)     ok: found v1.442

Checking available perl DBD modules...
Checking for          DBD-Pg (v1.45)    not found
Checking for       DBD-mysql (v2.9003) ok: found v3.0002

The following Perl modules are optional:
Checking for              GD (v1.20)   ok: found v2.30
Checking for     Template-GD (any)     ok: found v1.56
Checking for           Chart (v1.0)    ok: found v2.4.1
Checking for         GDGraph (any)     ok: found v1.43
Checking for      GDTextUtil (any)     ok: found v0.85
Checking for        XML-Twig (any)      not found
Checking for      MIME-tools (v5.406)  ok: found v5.427
Checking for     libwww-perl (any)     ok: found v2.033
Checking for     PatchReader (v0.9.4)   not found
Checking for      PerlMagick (any)      not found
Checking for       perl-ldap (any)      not found
Checking for       SOAP-Lite (any)     ok: found v0.65_3
Checking for     HTML-Parser (v3.40)   ok: found v3.48
Checking for   HTML-Scrubber (any)      not found
Checking for Email-MIME-Attachment-Stripper (any)      not found
Checking for     Email-Reply (any)      not found
Checking for        mod_perl (v1.999022) ok: found v2.000002
Checking for          CGI.pm (v3.11)   ok: found v3.39

Reproducible: Always
You have installed an unstable version of SOAP::Lite--that's what the underscore in its version number means.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
No we installed SOAP-Lite-0.710.08
and it works :-)
Resolution: INVALID → FIXED
Not FIXED as we didn't fix anything in our source code. INVALID is the correct resolution.
Resolution: FIXED → INVALID
Blocks: 600810
You need to log in before you can comment on or make changes to this bug.