How about this:
replace
loWSHandler=NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC\")+"_ws3client.vcx")
lopmJobEntrySoap = loWSHandler.SetupClient("http://"URL Address"/pmws002n/WebReferences/pmws002/pmJobEntry.wsdl", "pmJobEntry", "pmJobEntrySoap")
with
lopmJobEntrySoap =...
Roger,
Do you know which line caused the error ?
If it bombed on loWSHandler or lopmJobEntrySoap, then it is a connection problem. Try replacing them with:
o = createobject("MSSOAP.SoapClient30")
o.mssoapinit(m0wsdl)
where m0wsdl is your wsdl string.
Steve
Mike,
Agree with you 100% about VFP: it runs circles around Access, MySql, even SQL server for small businesses automation. Robust, easily customizable, features laden with all the tools one would ever need.
To put your VFP data on the web, however, requires quite a bit of effort. Like you said...
Pam & Mike,
Thanks for all your input and help.
I don't want to sound to be a lazy person; I've gone through the Excel help and googled all I can on this subject without success. And that is how I came across an earlier thread by Mike and led me to this forum.
I think I can figure out the VBA...
Hi Mike,
Thanks for the reply.
I understand the code. My questions are:
1. would this code automatically populate cell A2 ? Does the user have to do something ?
2. How do I apply this code to all cells under column A ?
Regards,
Steve
I've learned how to build a .DLL from VFP (9.0) that accepts a customer # and return the name of the customer. And I know how to register the .DLL. But I'm having a hard time with VB code syntax in setting up the macro in Excel to accomplish my goal.
The objective is for each cell under the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.