tNetsuiteInput "HTTP status code 405: Method Not Allowed"
Hi,
I can get customer data from Netsuite sandbox using SoapUI but when I try to get that using Talend's tNetsuiteInput component, it returns "HTTP status code 405: Method Not Allowed"
Moreover, in SoapUI, it asks for ApplicationId but in tNetsuiteInput, I have no option to provide that. Am i missing something?
For you reference, I am specifying the request that worked to get customer using SoapUI
####################### Request ###########################
<soap:Envelope xmlns:xsi="" xmlns:soap="" xmlns:urn="urn:messages_2016_2.platform.webservices.netsuite.com" xmlns:urn1="urn:core_2016_2.platform.webservices.netsuite.com">
<soap:Header>
<urn:applicationInfo>
<!--Optional:-->
<urn:applicationId>3B54A328-1E0B-406E-B637-1394F6E6767</urn:applicationId>
</urn:applicationInfo>
<urn
assport>
<urn1:email>ankur@xxxxx.com</urn1:email>
<urn1
assword>*******</urn1
assword>
<urn1:account>6689999</urn1:account>
<urn1:role internalId="3"></urn1:role>
</urn
assport>
</soap:Header>
<soap:Body>
<platformMsgs:get xmlns
latformMsgs="urn:messages_2016_2.platform.webservices.netsuite.com" xmlns
latformCore="urn:core_2016_2.platform.webservices.netsuite.com">
<platformMsgs:baseRef internalId="4306" type="customer" xsi:type="platformCore:RecordRef">
</platformMsgs:baseRef>
</platformMsgs:get>
</soap:Body>
</soap:Envelope>
Hi,
Could you please post your
tNetsuiteInput component setting screenshot into forum which will be helpful for us to address your issue?
Best regards
Sabrina