You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Kidd,
I am trying to use the same code but i am getting exception exactly at the below line:
HttpWebRequest wr = (HttpWebRequest)WebRequest.Create(url);
I am using the url =https://gateway.fedexbeta.com:443/xml
Could you please guide me to resolve this issue.
Thanks & Regards,
Venkat P
The text was updated successfully, but these errors were encountered:
Hi Kidd,
I am trying to use the same code but i am getting exception exactly at the below line:
HttpWebRequest wr = (HttpWebRequest)WebRequest.Create(url);
I am using the url =https://gateway.fedexbeta.com:443/xml
Could you please guide me to resolve this issue.
Thanks & Regards,
Venkat P
The text was updated successfully, but these errors were encountered: