PHP SoapCLient, Soap call giving an error in Drupal -


i getting following error, when try making soap call.

warning: soapclient::__dorequest() [soapclient.--dorequest]: php_network_getaddresses: getaddrinfo failed: name or service not known in

and error

http-could not connect host

things have ensured :

  • allow_url_fopen : enabled.
  • the wsdl being accessed. server not down.
  • i have set soap time out 15 seconds.

the ip of host connecting cannot resolved. see answer in

simplexml_load_file not working "php_network_getaddresses: failed: name or service not known"

for do.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -