<@U373C5U11> N/https module is used for Rest api n...
# general
p
@jmacdonald N/https module is used for Rest api not for soap. In soap we need to send xml string without putting it in object key.
j
@Php I've made SOAP requests by setting a header for application/xml and then getting the XML as a string.
This will likely be the only way to avoid a CORS issue if you want to make the call from NetSuite.
This Stack Overflow answer shows the building of the SOAP envelope as a string https://stackoverflow.com/a/11404133
p
ok let me try that @jmacdonald
@jmacdonald thanks alot man. It worked. You solved my big problem.
j
No problem, glad it worked! @Php