Thanks Olaf:
I knew it would be you answering. Last time you helped with a similar issue.
Instructions? Ha! The web service was created 15 years ago and all I basically have is the installation scripts.
I used the same scripts on both servers but only one works.
I'll check on WSDLReader next...
Hi all:
Short version...
We are migrating VFP apps to an Windows 2003 server then to a 2016 server.
I have installed and tested one 2003 server successfully. The second 2003 server returns this error:
Error: 1429 - OLE IDispatch exception code 0 from WSDLReader: WSDLReader:XML Parser failed...
Update:
I discovered one of the files that soap was calling is XML (FileChecker.WGen). It's referencing a url that the new environment doesn't have access to.
Hopefully today I can work out what the new urll should be.
Thanks for all your help. Also today I have been given access to an...
Vernpace:
Thanks.
I started reading the webpage and it's all greek to me!
I'll investigate more thouroughly next week when I am actually working!
Michael Ouellette
Hi:
I can't seem to find a definitive answer anywhere.
We have a large multiuser app running on win2000/2003 terminal servers with the data sitting on a win2003 box.
It works fine. Company policy now dictates we must migrate everything to windows server 2012.
We have set up a test environment...
Yes it's going to be fun. We own the app but they own the database. VFP exceeded the 2 gig limit 10 years ago so
they decided to move to oracle. We have no access to the database except through the app.
Michael Ouellette
I have client that is running VFP 9 with a Oracle 10g database. They want to upgrade to Oracle 12. Does anyone know if that will be an issue.
The Oracle database stores all their messages both inbound and outbound.
TIA
Michael Ouellette
Olaf:
That works!
I used POST simply because that is what the documentation implied ( I think )!
FFE Order API uses an http POST request and XML response message and can be run on any platform and in any programming language.
PS: I know absolutly nothing about Restful API's except that last...
Also tried:
lcAPIKey = ALLTRIM(sysfile.FFEAPIkey)
o = CreateObject("msxml2.xmlhttp")
o.open("GET","https://www.website.com/cgi-bin/newapi.cgi")
In case I needed a user name
lcBasicAuth = "Basic " + Chrtran(Strconv(":"+lcAPIKey,13),"=","")
lcBasicAuth = lcAPIKey...
Thanks Olaf.
That was quick.
I tried your code.
lcAPIKey = ALLTRIM(sysfile.FFEAPIkey)
o = CreateObject("msxml2.xmlhttp")
o.open("GET","https://www.website.com/cgi-bin/newapi.cgi")
*-- don't have a username, only a password/apikey
lcBasicAuth = "Basic " +...
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.