Let's back up a half step.

When you say you can get to it from your machine with no issues, what does that mean? For example:

"I launch FireFox on my local Windows system and punch in the URL http://www.funkyserver.com/blammo1?wsdl.poof, which gives me a warning "Server is in left field, try switching to baseball glove", and when I click OK it loads the WSDL in my browser which I can examine, copy and paste, etc."

And I agree with GotToBTru above -- just the warning alone could indicate something which the browser is able to handle (or is configured to handle) which requires extra work on your part to make work in Perl.

My point? That the very incident of getting a warning means this does not qualify, in the strictest technical sense, as "no issues". Warnings are issues. They're just little issues, as a rule.

Why am I pointing this out? Because when you are coding a robot, it has to be prepared to handle stuff we humans make lots and lots and lots of silly assumptions about. So you have to pick all the nits.

That said, having just left a life of web API test automation, I'm very interested in seeing what the problem and solution are here -- so please don't give up just because we're asking a metric ton of silly questions -- trust me, they are necessary, and we do want to help.


In reply to Re^5: get_wsdl https webService by marinersk
in thread get_wsdl https webService by bachimanchi

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.