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.
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