
Anonymous
Not applicable
2017-01-17
10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
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
<urn1:email>ankur@xxxxx.com</urn1:email>
<urn1
<urn1:account>6689999</urn1:account>
<urn1:role internalId="3"></urn1:role>
</urn
</soap:Header>
<soap:Body>
<platformMsgs:get xmlns
<platformMsgs:baseRef internalId="4306" type="customer" xsi:type="platformCore:RecordRef">
</platformMsgs:baseRef>
</platformMsgs:get>
</soap:Body>
</soap:Envelope>
193 Views
1 Reply

Anonymous
Not applicable
2017-01-18
02:32 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Could you please post your tNetsuiteInput component setting screenshot into forum which will be helpful for us to address your issue?
Best regards
Sabrina
193 Views
