My Stuff

3936518

Comments

  • I am associated with Mort. Thanks for your efforts, I think I have found a possible solution that will keep things as automated as possible.
  • Thanks for the response, Show Navigation Portlet is checked under Set Up Website. I am trying to display this in the left column of the customer center, with nothing in the right column. If I use <NLCOLUMNCONTENTS> in the right column, the navigation portlet shows up, so it seems that the navigation portlet is supported in…
  • Thank you!
  • Yeah, I get what you're saying. I'm so new to the .NET thing that I didn't realize I should be coding in the .cs page, not the .aspx page. Thanks for the tips.
  • Yes. I am. I know I'm probably not doing things as I should, but I am making some progress. Any suggestions welcomed.
  • Thanks for all the help guys. This is really an issue with me not knowing crap about .NET and c#. (My programming experience lies with PHP, SQL, and extensive Flash scripting). So this whole, codebehind and codeinfront thing is new to me. I solved my problem with this line of code in my 'codeinfront' (.aspx) page. <%@…
  • OK. It is definitely something with my include. I import the wsdl file into the VS2003 Project just fine. I can execute this line of code with no problems: nsdev.com.netsuite.webservices.NetSuiteService service = new nsdev.com.netsuite.webservices.NetSuiteService(); HOW CAN I INCLUDE nsdev.com.netsuite.webservices at the…
  • I have no include. I'm a c# newbie, so forgive my noob-ness. What should I be including? com.netsuite.webservices?
  • Nevermind, I see now that the source files get installed to the directory where the app installs itself. doh!
  • Thanks for the suggestions, but still no luck. I may trash this and star tover, because honestly, I don't recall having this difficulty when I did this two weeks ago. I put this line at the top of my code: using NSWSClient.com.netsuite.webservices; run the page, and it tells me it was expecting an open parantheses '(' on…
  • Wolverine, I would love to see the code you're using to get your list of inventory items. Would you mind posting some samples here?
  • login unsuccessful. I sporadically get the error mentioned in the above post, with the url parameter changing with each page visit. I think I probably have set a timeout too low with my nusoap command, waiting for sourceforge to come back online to read up on nusoap docs. When I don't get any errors reading the wsdl, I get…
  • I am starting my journey with nusoap/php and netsuite. I'll keep you guys posted on any progress I make. Right now, I've got the soap client instantiated ( I think), but with one (at least?) Constructor error: ^ ^ Correction... the constructor error has gone away... The size_download value changes with each refresh of the…