Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem accessing Google
Message
From
28/04/2003 12:33:17
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00782149
Message ID:
00782314
Views:
9
Sergey,

Tried the following code :

* Create the SOAP object
loUniversalThread=Createobject("mssoap.soapclient30")
loUniversalThread.mssoapinit("http://www.levelextreme.com/"+;
"WebService/universalthread.wsdl")

lcUsername='something'
lcPassword='something'

* Do the login
loUniversalThread.Login(lcUsername,lcPassword)

* Call a method
* Get the message for one day
lcXML=loUniversalThread.GetMessage(DATE())

and on the line Login still the same error as I got with Google !!!!!

My machine is a XP with all service-packs but as I said in a previous mail we tried it on several computers here, XP and 2000, and the result is the same everywhere.

Can it be a network/firewall issue or is this more a software issue ?

Regards,

Guillaume
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform