Posted on: 12/8/2014 5:32:31 PM | Views : 402

Good Morning Everyone,
I think once I finish my project, I will create a video on how I did my project with the help of everyone here on this web site.
Here is my problem - I have a FEDEX web service code - ShipWebServiceClient.vb
I have a Classic ASP file which creates a Cookie and then populates it into an ASP.net WebForm.
I have the WebForm in Session Variables with a button - "Create a Shipping Label"
I have modified the FedEx Web Service shipping label to return a pdf file to me with ASP.net (VB Code).  It works fine.
Can someone tell me how I can connect the button to the FedEx Web Service?
Protected Sub Lbl_CreateShippingLabel_Click(sender As Object, e As EventArgs) Handles Lbl_CreateShippingLabel.Click 'Connect to web service End Sub
I appreciate everyones help :)
Ed

Go to the complete details ...