Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Another Unexpected Error - Login
This also generates an unexpected error on a 2008.1 account:
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding" > <soap:Body> <platformMsgs:login xmlns:platformMsgs="urn:messages_2_6.platform.webservices.netsuite.com"> <platformMsgs:passport> <platformCore:email xmlns:platformCore="urn:core_2_6.platform.webservices.netsuite.com">[USERNAME]</platformCore:email> <platformCore:password xmlns:platformCore="urn:core_2_6.platform.webservices.netsuite.com">[PASSWORD]</platformCore:password> <platformCore:account xmlns:platformCore="urn:core_2_6.platform.webservices.netsuite.com">[ACCOUNT}</platformCore:account> </platformMsgs:passport> </platformMsgs:login> </soap:Body> </soap:Envelope>
0