I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-09-27 13:53:56.664008-07 by atax
wsdl2perl NOT_FOUND error (complexType.tt)
I'm getting the following error when i run wsdl2perl Creating complexType class NBBS/runReport.pm /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Generator/Template/XSD\complexType.tt NOT_FOUND error - http://nbbs.netopia.com/nbi/v2.0/Types/ string_128 not found at /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Base.pm line 62 it seems that i can't find the type string_128, but if i look into the .xsd for the type i see:
<xs:simpleType name="string_128"> <xs:restriction base="xs:string"> <xs:maxLength value="128" /> </xs:restriction>
that simple type is used in a couple of complex types like:
<xs:complexType name="NameValuePair"> <xs:sequence> <xs:element name="Name" type="tns:var_name" /> <xs:element name="Value" type="tns:string_128" /> </xs:sequence>
I'm using SOAP::WSDL version: 2.00.10 on Linux with perl version 5.8.8. If someone needs to have a look at the xsd itself i can post it later. Thanks.
Direct Responses: 12971 | Write a response
Posted on 2010-09-30 06:48:46.098624-07 by ejaincom in response to 12968
Re: wsdl2perl NOT_FOUND error (complexType.tt)
I got the same error then i updated SOAP::WSDL from trunk the error got removed but here is the error what i have on my server now. Pl help
[root@hostn ~]# perl /usr/bin/wsdl2perl.pl &lt;URL&gt; cannot import document for namespace >urn:domains-ws:1.0:base-ext< without location at /usr/lib/per +l5/site_perl/5.8.8/SOAP/WSDL/Expat/WSDLParser.pm line 90. cannot import document for namespace >urn:domains-ws:schemas:types< without location at /usr/lib/pe +rl5/site_perl/5.8.8/SOAP/WSDL/Expat/WSDLParser.pm line 90. Creating complexType class MyTypes/CheckDomainsRequest.pm /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Generator/Template/XSD\complexType.tt undef error - no nod +e at /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Generator/Template/Plugin/XSD.pm line 55
thanks abhi
Direct Responses: Write a response