Posted on: 12/16/2014 6:42:49 PM | Views : 521

HI Everyone,
First, I want to thank Siva Krishna Macha for helping me find the SHOW ALL icon in Visual Studio.  Now I can see files that connect the FedEx Web Service in detail.  I found such files in a folder "My Project"  like ...
-Application.Designer.vb
-Application.myapp
-AssemblyInfo.vb
-Resources.Designer.vb
-Resources.resx
-Settings.settings
Of the files above, three appear to speak to me clearly ...  Resources.Designer.vb,Settings.Designer and Settings.Settings
For my button handler which contains a namspace, I am not too sure if any of the FedEx application is recognized by my separate Asp.Net web app that was inserted into one project - thus 2 projects in 1.
I have studied to see how to create a web service and web form on Youtube but the FedEx web service is a little more intense for me to chew.  I simply don't know how to connect an already developed ...

Go to the complete details ...