-
I have this same problem. Running Perl 5.8.8 on FreeBSD, version 2.00.10. Output as follows:
wsdl2perl.pl -b base_dir -p Mappoint "http://findv3.mappoint.net/Find-30/FindService.asmx?WSDL"
URL requires authorization.
User name:
Password:
Creating complexType class MappointTypes/FindSpecification.pm
Creating complexType class MappointTypes/ArrayOfString.pm
Creating complexType class...
2009-09-29 13:08:43 UTC by nobody
-
Laptop with Windows XT, ActiveState Perl 5.10.0. SOAP::WSDL 2.00.10. The following occurs when trying to apply wsdl2perl to a PubMed WSDL:
> c:\Perl5-10\bin\perl.exe wsdl2perl.pl -b pmFetch http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/v2.0/efetch_pubmed.wsdl.
Creating complexType class MyTypes/IdListType.pm
Creating element class MyElements/eFetchRequest.pm
Creating element class...
2009-07-10 14:33:11 UTC by nobody
-
Laptop with Windows XT, ActiveState Perl 5.10.0. SOAP::WSDL 2.00.10. The following occurs when trying to apply wsdl2perl to a PubMed WSDL:
> c:\Perl5-10\bin\perl.exe wsdl2perl.pl -b pmFetch http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/v2.0/efetch_pubmed.wsdl.
Creating complexType class MyTypes/IdListType.pm
Creating element class MyElements/eFetchRequest.pm
Creating element class...
2009-07-10 06:02:40 UTC by nobody
-
I am using ActiveState perl version 5.10.0 on a laptop with Windows XT with SOAP::WSDL 2.00.10 downloaded from CPAN. I get the following error
> c:\Perl5-10\bin\perl.exe wsdl2perl.pl http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/v2.0/eutils.wsdl
Creating complexType class MyTypes/ResultItemType.pm
Creating complexType class MyTypes/eGQueryResultType.pm...
2009-07-10 05:49:41 UTC by nobody