Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML Web Services return errors
Message
From
18/10/2002 19:52:13
 
 
To
18/10/2002 19:48:37
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00712562
Message ID:
00713126
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform