RenardBleu has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I am trying to use WSDL2Perl.pl with the URL https://ipsp.sandbox.payu.com/api/v2/services?wsdl to get the classes I need to communicate with them (it s a payment service)
Unfortunately, I can t get it work due to 2 mistakes :
 XML Schema element <appinfo> is not implemented yet at /usr/local/share/perl/5.18.2/SOAP/WSDL/Expat/WSDLParser.pm line 254.
and
/usr/local/share/perl/5.18.2/SOAP/WSDL/Generator/Template/XSD\complexType.tt NOT_IMPLEMENTED error - Attributes with atomic simpleType definition are not implemented yet at /usr/local/share/perl/5.18.2/SOAP/WSDL/Base.pm line 62.
I did a ton of tests but since I dont know much about WSDL, I am not sure there vere very relevant.
My last test was to copy the WSDL file to generate it on localhost since the auto signed certificate is messing up WSDL2Perl.
I d take any way to circumvant this
All help much appreciated, thanks in advance...

Replies are listed 'Best First'.
Re: WSDL2perl.pl errors
by stevieb (Canon) on Jan 27, 2016 at 16:00 UTC

    When cross-posting, it's polite in your post to say so, in order to prevent duplicate efforts.

      Indeed, ill do so next time since you were kind enough to do it for me this time :)
Re: WSDL2perl.pl errors
by Anonymous Monk on Jan 28, 2016 at 00:38 UTC
    that url is inaccessible

    generic advice, switch to XML::Compile::SOAP :p