c# - Connecting to the server machine 'wsbeta.fedex.com' failed -


i want start using fedex web service, downloaded sample code putted in site "fedex.com" developers. folowing error occured:

unable automatically step server. connecting server machine 'wsbeta.fedex.com' failed. may because remote computer not exist or firewall may preventing communication remote computer

it occured @ line:

processshipmentreply reply = service.processshipment(request); 

i use c#

thank you,

i fixed problem, occurred because did not put correct account number in line:

request.requestedshipment.shippingchargespayment.payor.responsibleparty.accountnumber = "client's account number";

thank james,

best regards


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -