Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Cannot connect to services.soaplite.com:80 (Bad hostname...

by Anonymous Monk
on Aug 17, 2004 at 13:04 UTC ( [id://383647]=perlquestion: print w/replies, xml ) Need Help??

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

I've been attempting to make Paul Kulchenko's samples work with our own webserver (http://guide.soaplite.com)

I get following errors

500 Can't connect to services.soaplite.com:80 (Bad hostname 'services.soaplite.com') at hibye.pl line 7

Any ideas ??

janitored by ybiC: Retitle from "SOAP::Lite", as one-word nodetitles hinder site search

  • Comment on Cannot connect to services.soaplite.com:80 (Bad hostname...

Replies are listed 'Best First'.
Re: Cannot connect to services.soaplite.com:80 (Bad hostname...
by pbeckingham (Parson) on Aug 17, 2004 at 13:07 UTC

    From a shell, what happens when you try:

    % telnet services.soaplite.com 80
    Or in other words, do you get an error? Establishing connectivity first is important.



    pbeckingham - typist, perishable vertebrate.
      Thanks to all

      Yep i could not telnet so I had to change internet options on the server to not default to port 80, this was wrong !!

      Dave
Re: Cannot connect to services.soaplite.com:80 (Bad hostname...
by borisz (Canon) on Aug 17, 2004 at 13:13 UTC
    does your dns server work? Try 'ping services.soaplite.com'. or
    perl -e 'print join ".", unpack "C4", (gethostbyname "services.soaplit +e.com")[4]'
    Boris
Re: Cannot connect to services.soaplite.com:80 (Bad hostname...
by bassplayer (Monsignor) on Aug 17, 2004 at 13:26 UTC
    Be sure that you have the 'http://', or better yet, 'https://' at the beginning of your hostname.

    bassplayer

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://383647]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-23 22:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found