in reply to NEED URGENT HELP IMPLEMENTING SOAP LITE

Can't locate servername means you can't ping servername ... does it exist? Can you ping -a servername? Can you tracert servername?

My soap tips (I hate soap), SOAP::Lite is too much work, SOAP::Simple is less work work ... its built on XML::Compile::SOAP/http://perl.overmeer.net/xml-compile/#doc , see my treasure trove of soap examples and lost knowledge,$soap->transport->add_handler("request_send", \&pp_dump );

  • Comment on Re: NEED URGENT HELP IMPLEMENTING SOAP LITE

Replies are listed 'Best First'.
Re^2: NEED URGENT HELP IMPLEMENTING SOAP LITE
by ravi_perlmonks (Initiate) on Jan 29, 2013 at 11:08 UTC
    Hi - just to clarify i am trying to push a attachment to a front end service now server (an ITSM tool on which i work )- using the script which is been provided by service now wiki - now the server on which i am trying to run the perl (linux)hosts the web server (apache) of the same service now instance i am trying to send file on (in case it matters , not sure ) - and when i try to ping any server hostname it gives me unknown host from prompt
      ...when i try to ping any server hostname it gives me unknown host from prompt

      This is a network/DNS issue. Contact your system administrator or your network administrator. There is nothing we can do here to help you there.

      "and when i try to ping any server hostname it gives me unknown host from prompt"

      Time to speak to your systems administrator.