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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Beggining .NET web services
I'm looking for some guidance here.
I have a general idea of how this works. Basically the application has to log into your netsuite account, then your write some code that is phrased as SOAP/XML code which posts to your account - that replies with another SOAP/XML code that you have to decode into the data that you want...
1) Is this description accurate - or is there flaws?
2) If I'm using ASP.NET/VB then where do I start? The code for the login on the help files are in C#
3) Is there a function that automatically generates the SOAP for you? - don't really get how this part is made
0