Which runtime contextType enum would be equivalent...
# suitescript
a
Which runtime contextType enum would be equivalent to what the system notes shows as SOAP Web Services? I would assume it is
runtime.ContextType.WEBSERVICES
. I see there is one for
runtime.ContextType.RESTWEBSERVICES
so I am assuming that plain
WEBSERVICES
is for SOAP Can anyone confirm this for me please?
m
Yes, you’re right
a
Thanks @mizax