I'm attempting this:

/perl5.10.1_64/bin/wsdl2perl.pl -b SOS "http://webservice.hobolink.com:8080/axis2/services/SensorObservationService?wsdl"

and am getting this:

cannot import document for namespace >http://geom.jts.vividsolutions.c +om/xsd< without location at /perl5.10.1_64/lib/site_perl/5.10.1/SOAP/ +WSDL/Expat/WSDLParser.pm line 90. cannot import document for namespace >http://beans.webservices.aurora. +onset.com/xsd< without location at /perl5.10.1_64/lib/site_perl/5.10. +1/SOAP/WSDL/Expat/WSDLParser.pm line 90. found unrecognised attribute {http://www.w3.org/2006/05/addressing/wsd +l}Action (ignored) at /perl5.10.1_64/lib/site_perl/5.10.1/SOAP/WSDL/B +ase.pm line 130. found unrecognised attribute {http://www.w3.org/2006/05/addressing/wsd +l}Action (ignored) at /perl5.10.1_64/lib/site_perl/5.10.1/SOAP/WSDL/B +ase.pm line 130. found unrecognised attribute {http://www.w3.org/2006/05/addressing/wsd +l}Action (ignored) at /perl5.10.1_64/lib/site_perl/5.10.1/SOAP/WSDL/B +ase.pm line 130. found unrecognised attribute {http://www.w3.org/2006/05/addressing/wsd +l}Action (ignored) at /perl5.10.1_64/lib/site_perl/5.10.1/SOAP/WSDL/B +ase.pm line 130. Creating complexType class MyTypes/SosGetObservationRequestFull.pm Deep recursion on subroutine "Template::Context::process" at /perl5.10 +.1_64/lib/site_perl/5.10.1/x86_64-linux-thread-multi/Template/Context +.pm line 409. Deep recursion on subroutine "Template::Document::process" at /perl5.1 +0.1_64/lib/site_perl/5.10.1/x86_64-linux-thread-multi/Template/Contex +t.pm line 351. Deep recursion on subroutine "Template::Context::process" at /perl5.10 +.1_64/lib/site_perl/5.10.1/x86_64-linux-thread-multi/Template/Context +.pm line 409. Deep recursion on subroutine "Template::Document::process" at /perl5.1 +0.1_64/lib/site_perl/5.10.1/x86_64-linux-thread-multi/Template/Contex +t.pm line 351. Deep recursion on subroutine "Template::Context::include" at /perl5.10 +.1_64/lib/site_perl/5.10.1/SOAP/WSDL/Generator/Template/XSD/element/P +OD/structure.tt line 5. Deep recursion on anonymous subroutine at /perl5.10.1_64/lib/site_perl +/5.10.1/x86_64-linux-thread-multi/Template/Document.pm line 151. Deep recursion on anonymous subroutine at /perl5.10.1_64/lib/site_perl +/5.10.1/x86_64-linux-thread-multi/Template/Document.pm line 151. Deep recursion on anonymous subroutine at /perl5.10.1_64/lib/site_perl +/5.10.1/x86_64-linux-thread-multi/Template/Document.pm line 151. Deep recursion on anonymous subroutine at /perl5.10.1_64/lib/site_perl +/5.10.1/x86_64-linux-thread-multi/Template/Document.pm line 151.

Do you guys get the same deep recursion issues? Any tips on how to get this to work? Thanks!


In reply to wsdl2perl deep recursion by isutommyt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.