[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pease Help, Very Urgent



HTTPAPI attempted to connect to the IP address/port in your URL. That server/port sent back a message saying "connection refused".

Usually this means that there is no program that's accepting connections on the port you specified. It could mean that the HTTP server you are expecting to connect to hasn't been started, or that you have the address/port wrong, or that a firewall is blocking access, or that you need to configure a proxy on your network for this to work properly.

-SK

On 10/22/2015 11:56 PM, Elayaraja Ramalingam wrote:
     Hi Scott,
    I am getting connect(2): A remote host refused an attempted connect
    operation while call the program, Kindly help me also it is very urgent
    in my project.
    XML
    <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
    <soapenv:Envelope
    xmlns:soapenv="[1]http://schemas.xmlsoap.org/soap/envelope/";>
    <soapenv:Header/>
    <soapenv:Body>
    <web:checkWebService
    xmlns:web="[2]http://webservice.iris.zsl.brighthouse.com";>
    <web:userName>guy</web:userName>
    </web:checkWebService>
    </soapenv:Body>
    </soapenv:Envelope>
    rc = http_url_post_xml(

    'http://10.81.146.104:1017/AgrEngine/services/AgrCal'?wsdl'

              : %addr(SOAP) + 2
              : %len(SOAP)
              : *NULL
              : %paddr(Incoming)
              : %addr(Returns)
              : HTTP_TIMEOUT
              : HTTP_USERAGENT
              : 'text/xml'
              : ' ') ;
    Thanks,
    R. Elayaraja



-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------