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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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