Greetings,
For the first time I need to build an app that will connect a web form I create and stitch it to a FEDEX API that will allow the User to Request FEDEX to give them an Return Shipping Label. The FEDEX API works fine as I open the project in ASP.Net and
build. Not sure if it was coded in C# but it was built as an XML project. The other piece of the project is a Web Form I made in Visual Studio 2013. I normally code in VB. I can import the xml project to my web form project but have no idea how to connect
the two so that the Company information from my WEB FORM project connects to the FedEx XML Project (Web Service) based on a button click from the web form. The result from the button click is that the xml project it fires up to the FedEx Web Service URL and
returns a Packing Slip PDF file with all the wonderful company information wrapped with the Tracking Number and bar codes gallore.
Has anyone done any ...
Go to the complete details ...