Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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 0683p000009MAB6.pngassport>
         <urn1:email>ankur@xxxxx.com</urn1:email>
         <urn1 0683p000009MAB6.pngassword>*******</urn1 0683p000009MAB6.pngassword>
         <urn1:account>6689999</urn1:account>
         <urn1:role internalId="3"></urn1:role>
      </urn 0683p000009MAB6.pngassport>
   </soap:Header>
<soap:Body>
<platformMsgs:get xmlns 0683p000009MAB6.pnglatformMsgs="urn:messages_2016_2.platform.webservices.netsuite.com" xmlns 0683p000009MAB6.pnglatformCore="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>
Labels (5)
1 Reply
Anonymous
Not applicable
Author

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