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!
Web Service Initializaiton takes a long time
I have created a sample application based on the demo application. It works, but when the application is started it takes 12+ seconds for the main menu to come up.
Using logging and the debugger it seams to be the initial creation of the webservice object that takes forever. I have put some logging in the actual constructor code that was automatically generated and it is not called until the end of the 12+ seconds, and is executed in less then a second.
What is going on? Is it rereading the wsdl trying to initialize some strcutures?
I did not copy all the "xsd" files when I uploaded the executable to test it.
0