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
Using Visual Basic .NET
Hi,
I'm trying to build webservices with Visual Basic .NET 2005. I'm able to log in to the system, but I have some trouble getting en setting values. Can somebody please help me getting me up to speed?
So what I'm looking for is this:
C#: ReadResponse response = _service.get( recordRef );
Java: ReadResponse response = _port.get(recordRef);
But I have no idea what that should be in VB.NET.
The same happens with the “add”
C#: WriteResponse response = _service.add( customer );
Java: WriteResponse response = _port.add(customer);
So I’m looking for the VB equivalent for _service. or _port..
Thank you in advanced,
0