in reply to Re^4: How to use Perl instead of Coldfusion.
in thread How to use Perl instead of Coldfusion.

Dear AM,

I followed your advice and it didn't install. I probably caused a problem by trying to manually install. So I used a different Perl (5.14.2) that was on that system and everything installed. The results of executing your code with the correct information is as followed:

trace: register prefix wsdl for 'http://schemas.xmlsoap.org/wsdl/' trace: register prefix soap for 'http://schemas.xmlsoap.org/wsdl/soap/ +' trace: register prefix http for 'http://schemas.xmlsoap.org/wsdl/http/ +' trace: initialize SOAP11 operations for WSDL11 trace: cache parsed file wsdl-soap.xsd-1366974273-5761 trace: parsing XML from file /usr/opt/perl5.14.2/lib/site_perl/5.14.2/ +XML/Compile/WSDL11/xsd/wsdl-soap.xsd trace: register prefix xs for 'http://www.w3.org/2001/XMLSchema' trace: declare {http://schemas.xmlsoap.org/wsdl/soap/}address READER trace: declare {http://schemas.xmlsoap.org/wsdl/soap/}operation READER trace: declare {http://schemas.xmlsoap.org/wsdl/soap/}binding READER trace: declare {http://schemas.xmlsoap.org/wsdl/soap/}body READER trace: declare {http://schemas.xmlsoap.org/wsdl/soap/}header READER trace: declare {http://schemas.xmlsoap.org/wsdl/soap/}fault READER trace: declare {http://schemas.xmlsoap.org/wsdl/}definitions READER trace: cache parsed file wsdl.xsd-1366974273-11308 trace: parsing XML from file /usr/opt/perl5.14.2/lib/site_perl/5.14.2/ +XML/Compile/WSDL11/xsd/wsdl.xsd error: don't known how to interpret XML data EfilingWS.wsdl at /usr/opt/perl5.14.2/lib/site_perl/5.14.2/XML/Compile.pm line 129 XML::Compile::dataToXML("XML::Compile::WSDL11=HASH(0xa0120d0)", "Efili +ngWS.wsdl") at /usr/opt/perl5.14.2/lib/site_perl/5.14.2/XML/Compile/W +SDL11.pm line 126 XML::Compile::WSDL11::addWSDL("XML::Compile::WSDL11=HASH(0xa0120d0)", +"EfilingWS.wsdl") at /usr/opt/perl5.14.2/lib/site_perl/5.14.2/XML/Com +pile/WSDL11.pm line 61 XML::Compile::WSDL11::init("XML::Compile::WSDL11=HASH(0xa0120d0)", "HA +SH(0xa11c6b0)") at /usr/opt/perl5.14.2/lib/site_perl/5.14.2/XML/Compi +le.pm line 43 XML::Compile::new("XML::Compile::WSDL11", "EfilingWS.wsdl") at /usr/op +t/perl5.14.2/lib/site_perl/5.14.2/SOAP/Simple/Trait.pm line 69 SOAP::Simple::Trait::_coerce_wsdl("Moose::Meta::Class::__ANON__::SERIA +L::1=HASH(0x9ff8790)", "EfilingWS.wsdl") at /usr/opt/perl5.14.2/lib/s +ite_perl/5.14.2/SOAP/Simple/Trait.pm line 12 SOAP::Simple::Trait::add_wsdl("Moose::Meta::Class::__ANON__::SERIAL::1 +=HASH(0x9ff8790)", "EfilingWS.wsdl") at /usr/opt/perl5.14.2/lib/site_ +perl/5.14.2/SOAP/Simple.pm line 29 SOAP::Simple::new("SOAP::Simple", "EfilingWS.wsdl") at PM_soap_example +.plx line 25
Unfortunately, I don't have a clue what this means. I guess the 'error:' says it didn't work!

Regards...Ed

"Well done is better than well said." - Benjamin Franklin

Replies are listed 'Best First'.
Re^6: How to use Perl instead of Coldfusion.
by Anonymous Monk on May 16, 2013 at 17:19 UTC

    Unfortunately, I don't have a clue what this means. I guess the 'error:' says it didn't work!

    Me neither :)