Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong with this?
Message
De
07/03/2002 08:25:55
 
 
À
06/03/2002 12:45:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00629069
Message ID:
00629477
Vues:
14
Tracy,
Gee, thanks ... ;-)

Best wishes,
Neil

>WOW, thanks! I just tested your code in W2k, IE6, VFP7 SP1 and it works great! I did not get any errors - sorry, that doesn't help you isolate the problem on your system, does it?
>Tracy
>
>>Hi all,
>>
>> I've been mucking about with Web Services, and downloaded Ken Levy's PRG from FoxCentral.Net, but can't get it to work. When I run this code :
>>
>>LOCAL oFoxCentral as FoxCentral
>>LOCAL loWS
>>loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
>>loWS.cWSName = "FoxCentral"
>>oFoxCentral = loWS.SetupClient("http://www.foxcentral.net/foxcentral.wsdl", "foxcentral", "foxcentralSoapPort")
>>SET STEP ON
>>IF VARTYPE(oFoxCentral)=="O"
>> lcXML=oFoxCentral.GetItems(DATE()-365,0,0,"")
>>ENDIF
>>IF NOT EMPTY(lcXML)
>> XMLTOCURSOR(lcXML)
>>ENDIF
>>

>>I get an OLE Error code 0x800a151e: Unknown COM status code on the line :
>>
>> lcXML=oFoxCentral.GetItems(DATE()-365,0,0,"")
>>

>> Does anyone know what's going on? Could this be linked to the Firewall/proxy which usually makes my life a misery?
>>
>>Best wishes,
>>Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform