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.
getCustomization customList fails sometimes
WSDL 2008.2 - started seeing this Thursday 22. Error getCustomizations(customList). SOMETIMES this fails and SOMETIMES it succeeds. I need to logout and log back in to get sucess (maybe). Fails about 30% of the time. I tested in a loop to login, getCustomization & logout after seeing this fail a few times in production code and found it fail pretty regularly.
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <getCustomization xmlns="urn:messages_2008_2.platform.webservices.netsuite.com"> <customizationType getCustomizationType="customList"/> </getCustomization> </soapenv:Body> </soapenv:Envelope> <soapenv:Envelope xmlns:soapenv="
0