Thank you! You're absolutely right. I'd done a tracert to ensure that the webserver could be found via the address I was using but what I hadn't considered was that I'd set HTTP_proxy, HTTP_proxy_pass and HTTP_proxy_user on my development PC in order to get ppm working. Our dev PCs are locked down into their own domain and we have to bounce via the production proxy to get to the Internet. Up until now, I've only ever considered these environment variables to be ppm-related, but it makes perfect sense for SOAP::Lite to use them, too. Ergo, all my requests were going externally. This also explains why I wasn't seeing anything in the webserver's log file ('cos it wasn't being given anything from the client).

So, I've removed them and hey presto!

Thanks again,

J.


In reply to Re^2: SOAP::Lite and Apache by furrypop
in thread SOAP::Lite and Apache by furrypop

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.