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
...drive>echo #### WEB SERVICE WSDLs ####
#### WEB SERVICE WSDLs ####
E:\Installers\Filechecker\Install on E drive>for %a in (e:\filechecker\install\*
.wgen) do "C:\Program Files (x86)\MSSOAP\Binaries\wsdlstb3.exe" %a e:\filechecke
r\app\%~na.dll e:\filechecker\vdir\%~na.wsdl...
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...
...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 " + Chrtran(Strconv(m.lcAPIKey,13),"=","")...
...incorrect."
and the weirdest thing is the .prg then gives me the same error until I restart VFP.
Clearing, closing, releasing etc does nothing
*-- Works as a prg but not in a method?????
USE sysfile
oHTTP = CreateObject("MSXML2.XMLHTTP")
lcUsername = ALLTRIM(sysfile.User)
lcPassword =...
Hi NasibKalsi:
I tried using vfpCompression a few years ago and found it didn't always work. I now use SawZip, freeware, daily to backup all my data files after the last person exits for the day.
Michael Ouellette
Yep.. The error was only on VFP7.
I ended up removing a full vcx at a time then recompiled to see if the error was eliminated. It ended up being a vcx that I "temperarily" added to extract one class. I just deleted the whole library and voila! I can now create an exe.
Thanks for your...
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.