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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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