Bernard, I'm not certain, haven't done it before, ...
# suitescript
a
Bernard, I'm not certain, haven't done it before, but I do see that you can create a search of type "Web Services Operations" in which you can retrieve the requests and responses, maybe you could use that in conjunction with a scheduled script?
b
Yeah, I tried, but when I put in the 'Response' as a result, I still need to download the xml in order to get the details. I was hoping to read the xml without needing to dl it
a
gotcha, sounds tricky, i'd guess the logs are hosted multi-tenet and that has something to do with that behavior...
did you consider maybe a restlet that the app receiving the response could post to?
is doing it on that end an option for you?
probably, hence, 'via SuiteScript', sorry buddy, wish I could be of more help, but let me know if you figure it out somehow, even if you have to do a temp download or something....
b
Thanks for the help! Yeah, this is a tricky problem...I was also thinking a Restlet, I wonder if I could just intercept the response.
The extra added problem is we have two projects; maintaining the current integrations and replacing it. So development work is getting difficult
a
don't forget you can also use an externally available suitelet and not have to authenticate
b
To grab responses?
a
no, was thinking to send a request to make the custom record from your external app.....
b
Ah! Yeah, I was thinking about that. It seems like a cool project for me, unfortunately the current project is to get rid of that integration all together in favor for another one.