Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown Com Status Code
Message
De
02/11/2001 10:24:01
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Unknown Com Status Code
Divers
Thread ID:
00576701
Message ID:
00576701
Vues:
62
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform