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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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