Skip Menu |

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

Report information
The Basics
Id: 36865
Status: resolved
Priority: 0/
Queue: SOAP-WSDL

People
Owner: Nobody in particular
Requestors: hfeusi [...] jefferies.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.00.04
Fixed in: (no value)



Subject: wsdl2perl.pl fails on Expat error
When running wsdl2perl.pl, it fails as follows: #wsdl2perl.pl -b ./ http://remedy4t.jc.xyz.com/arsys/WSDL/public/remedy4t/JEF_NAlarms no element found at line 1, column 0, byte -1 at /opt/OSInc/lib/perl5/site_perl/5.8.3/SOAP/WSDL/Expat/Base.pm line 73 at line 1 at /opt/OSInc/lib/perl5/site_perl/5.8.3/SOAP/WSDL/Expat/Base.pm line 76 Environment: SunOS devms1p 5.9 Generic_118558-38 sun4u sparc SUNW,Sun-Fire-V240 This is perl, v5.8.3 built for sun4-solaris-thread-multi The same command with the same wsdl URL executes perfectly fine with SOAP::WSDL 2.003 on the following architecture: Linux nmstest01 2.6.17.13-mm-desktop-3mdvsmp #1 SMP PREEMPT Tue Sep 19 22:42:42 EDT 2006 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GNU/Linux This is perl, v5.8.8 built for i386-linux
Subject: wsdl2perl.pl fails on Expat error *** RESOLVED ***
From: hfeusi [...] jefferies.com
This has been reslved by upgrading the EXPAT libraries within Solaris. The SOAP::WSDL Makefile checks for XML::Parser as a dependency, but doesent check the EXPAT libraries the XML::Parser is dependant on.