Documentation on Authorization $config Variables #135
Unanswered
derekritchison
asked this question in
Q&A
Replies: 1 comment
|
This works for us $config = [ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there an example of what specifically we should be plugging into the $config variables for endpoint, host and account? Whatever I experiment with I end up with one of two errors; either a generic "Invalid login attempt" or:
PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://XXXXXXX-sb1.netsuite.com/wsdl/v2022_1_0/netsuite.wsdl' : failed to load external entity "https://3489459-sb1.netsuite.com/wsdl/v2022_1_0/netsuite.wsdl"...where XXXXXXX is my unique sandbox account ID.
All reactions