473,394 Members | 1,714 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

SetupClient

VFP8 - Used WSHandler to setup a client and access data. Works fine on the
development machine (both exe and dev environment). The
WSHandler.SetupClient method (of _ws3client.vcx) fails to return an object
when run on another machine on the same LAN

loWSHandler =
NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+" FFC\")+"_ws3client.vcx")
loDataAccess = loWSHandler.SetupClient("(some valid url).asmx?wsdl",
"DataAccess", "DataAccessSoap")
Any idea why it works it works on one machine and not another - I get no
error message
Aug 11 '07 #1
2 2258
"howard" <ho****@discussions.microsoft.comwrote in message
news:B1**********************************@microsof t.com...
VFP8 - Used WSHandler to setup a client and access data. Works fine on
the
development machine (both exe and dev environment). The
WSHandler.SetupClient method (of _ws3client.vcx) fails to return an object
when run on another machine on the same LAN

loWSHandler =
NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+" FFC\")+"_ws3client.vcx")
loDataAccess = loWSHandler.SetupClient("(some valid url).asmx?wsdl",
"DataAccess", "DataAccessSoap")
Any idea why it works it works on one machine and not another - I get no
error message
I could just barely figure out that "VFP8" means (I expect) "Visual FoxPro
8". I'd suggest you ask on a FoxPro forum, since few people know anything at
all about FoxPro.
--
John Saunders [MVP]

Aug 11 '07 #2
Yes there are still a few dinosaurs left out there. I found the problem -
missing SOAP library on the client machine.

"John Saunders [MVP]" wrote:
"howard" <ho****@discussions.microsoft.comwrote in message
news:B1**********************************@microsof t.com...
VFP8 - Used WSHandler to setup a client and access data. Works fine on
the
development machine (both exe and dev environment). The
WSHandler.SetupClient method (of _ws3client.vcx) fails to return an object
when run on another machine on the same LAN

loWSHandler =
NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+" FFC\")+"_ws3client.vcx")
loDataAccess = loWSHandler.SetupClient("(some valid url).asmx?wsdl",
"DataAccess", "DataAccessSoap")
Any idea why it works it works on one machine and not another - I get no
error message

I could just barely figure out that "VFP8" means (I expect) "Visual FoxPro
8". I'd suggest you ask on a FoxPro forum, since few people know anything at
all about FoxPro.
--
John Saunders [MVP]

Aug 12 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.