-
-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Description
I've configured Netsuite with a wsdl_domain:
api_version '2019_1'
wsdl_domain '1234567.suitetalk.api.netsuite.com'
However, it seems to be connecting to webservices.netsuite.com:80 instead.
DEBUG -- : HTTPI /peer GET request to 1234567.suitetalk.api.netsuite.com (net_http)
INFO -- : SOAP request: http://webservices.netsuite.com/services/NetSuitePort_2019_1
INFO -- : SOAPAction: "get", Content-Type: text/xml;charset=UTF-8, Content-Length: 1129
DEBUG -- : <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:platformMsgs="urn:messages_2019_1.platform.webservices.netsuite.com" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:platformCore="urn:core_2019_1.platform.webservices.netsuite.com">
<env:Header>
<platformMsgs:tokenPassport>
<platformCore:account>***FILTERED***</platformCore:account>
<platformCore:consumerKey>***FILTERED***</platformCore:consumerKey>
<platformCore:token>***FILTERED***</platformCore:token>
<platformCore:nonce>***FILTERED***</platformCore:nonce>
<platformCore:timestamp>1559923804</platformCore:timestamp>
<platformCore:signature algorithm="HMAC-SHA256">***FILTERED***
</platformCore:signature>
</platformMsgs:tokenPassport>
</env:Header>
<env:Body>
<platformMsgs:get>
<platformMsgs:baseRef xsi:type="platformCore:RecordRef" internalId="123456" type="file"/>
</platformMsgs:get>
</env:Body>
</env:Envelope>
DEBUG -- : HTTPI /peer POST request to webservices.netsuite.com (net_http)
Netsuite::Client::Error (Failed to open TCP connection to webservices.netsuite.com:80 (No route to host - connect(2) for "webservices.netsuite.com" port 80))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels