Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown Com Status Code
Message
From
02/11/2001 10:24:01
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Unknown Com Status Code
Miscellaneous
Thread ID:
00576701
Message ID:
00576701
Views:
64
Using VFP7.

I am trying to use the Fedx tracking web service, however I keep getting an "Unknown Com Status Code" error message. We are inside of a firewall, could that cause the problem?

My code is below. However, when I type "o." in the prg, the "getstatus" method appears in intellisense. So I think my code should work unless I am missing something.
LOCAL lc_trackno AS String
lc_trackno = "myfedxtrackingno"

LOCAL o AS wfedx1
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "wfedx1"
o = loWS.SetupClient("http://www.xmethods.net/sd/2001/FedExTrackerService.wsdl", "FedExTrackerService", "FedExTrackerPort")

?o.getStatus(lc_trackno)
Any suggestions.

Thanks,

Jerryt
Next
Reply
Map
View

Click here to load this message in the networking platform