Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML Web Services return errors
Message
De
18/10/2002 19:52:13
 
 
À
18/10/2002 19:48:37
John Tomblin
Service Station Systems, Inc.
San Jose, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00712562
Message ID:
00713126
Vues:
20
>I have tried several web services. They all return the same thing.
>Here's an example of one:
>
>local ZipCode as ZipCode, WS
>WS = newobject("Wsclient",home()+"ffc\_webservices.vcx")
>WS.cWSName = "ZipCode"
>ZipCode = WS.SetupClient("http://webservices.eraserver.net/zipcoderesolver/zipcoderesolver.asmx?WSDL", "ZipCodeResolver", "ZipCodeResolverSoap")
>?ZipCode.FullZipCode("9999", "1444 Annapolis Way", "San Jose", "CA")
>
>This returns: OLe error code 0x80a13bc Unknown COM status code.
>Anyone have any ideas?

The following works:
loWS=Createobject("mssoap.soapclient30")
loWS.mssoapinit("http://webservices.eraserver.net/zipcoderesolver/zipcoderesolver.asmx?WSDL")
? loWS.FullZipCode("9999", "1444 Annapolis Way", "San Jose", "CA")
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform