My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
I see cblackburn had this problem using the 2008 WSDLs back in October, but we never got a resolution, so I'm raising the question again. When attempting to re-generate default.rb, defaultDriver.rb, defaultMappingRegistry.rb, NetSuiteServiceClient.rb using the following soap4r (1.5.8) command: wsdl2ruby.rb --wsdl…
-
...post deleted by user...
-
I don't know if anyone else is seeing this problem, but when I tried utilizing this method in Rails 2.3.2, I ran into a difficulty in production. As of (I believe) Rails 2.2.1, all classes are loaded when the app starts up. This only happens in production: development does lazy-loading. My original app was written against…
-
Thanks truecloud! I haven't had that error myself, but it may just be the way my NS account is set up. As a side note, the tech support people recently suggested I use a more current version of the wsdls, so my generation step now looks like this (note the v2008_1_0 instead of v2_6_0): wsdl2ruby.rb --wsdl…
-
I'm attempting to create a plug-and-play gem, but the build difficulties are hampering me. Check on my progress at http://github.com/billgathen/netsuite Here's a full list of the errors I'm seeing during the generation step with the various wsdls. 2008_1: Operation "checkAsyncStatus", fault…
-
...post deleted by user...
-
If you're seeing pages and pages of "already initialized constant" warnings while you're running your tests within a Rails app, remove all requires from your wrapper class (I had defaultDriver.rb) and all the interlocking requires from the generated wsdl files: In defaultDriver.rb, comment-out the default.rb and…