How to Add eBay Web Services in VB.NET
Visual Studio provides you with the VB.NET programming language, and it also provides you with a graphical interface where you can include Web services, such as the eBay service. Web services allow you to make calls on a remote server, so you can set up a store, sell items and identify bids and sales from the eBay website within your own code.
Instructions
-
-
1
Click the Windows "Start" button and select "All Programs." Click "Microsoft .NET Framework" and then click "Visual Studio."
-
2
Click the "File" menu item and then click "Open." Double-click the VB.NET solution file that contains your VB code.
-
-
3
Right-click "Solution Explorer" after the VB.NET code loads. Click "Add Web Reference" to open the Web service wizard.
-
4
Copy and paste the following location into the "Location" text box:
http://developer.ebay.com/webservices/latest/ebaySvc.wsdl
-
5
Type a name for the Web service reference in the "Name" text box and click "Add." The Web reference will be displayed in the Solution Explorer panel.
-
1