Hi!
This might be pretty basic - I am new to SOAP.
When runnig: `wsdl2perl.pl -b axis URL` I get the following error messages:
cannot import document for namespace >http://schemas.xmlsoap.org/soap/encoding/< without location a
+t /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Expat/WSDLParser.pm line 81.
unsupported global type <xsd:string> found in part message at /usr/lib/perl5/site_perl/5.8.8/SOAP/W
+SDL/Generator/Iterator/WSDL11.pm line 75.
What these errors mean?
The header of the WSDL file (at URL) is:
<wsdl:definitions targetNamespace="http://allianz.int.webtel.pl/SMSWebService.jws" xmlns:apachesoap
+="http://xml.apache.org/xml-soap" xmlns:impl="http://allianz.int.webtel.pl/SMSWebService.jws" xmln
+s:intf="http://allianz.int.webtel.pl/SMSWebService.jws" xmlns:soapenc="http://schemas.xmlsoap.org/
+soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlso
+ap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
I am not allowed to post the whole file unfortunately.
|