I have a user event script that is making an api call -- soap XML how can i make an api call . If you could point me in the right direction
p
PNJ
02/18/2021, 10:07 PM
You have a UE that is calling one, or want to write one? You’re not clear
s
Sim Greenbaum
02/18/2021, 10:09 PM
i want to write one ,
Sim Greenbaum
02/18/2021, 10:10 PM
the script so far just gets all the data points im used to javascript where i can just use fetch and send the data as params
p
PNJ
02/18/2021, 10:11 PM
SOAP is horrid if you’ve not dealt with it before :(
s
Sim Greenbaum
02/18/2021, 10:12 PM
i have a little just not my stong skill
s
stalbert
02/19/2021, 2:19 AM
why would you want to write a new SOAP service in 2021? NS already has a SOAP Api called SuiteTalk so I'd recommend you use that, unless I'm misunderstanding the question?