XML API in E.12 versus Xe?

Daniel Williams

Daniel Williams

Active Member
In Xe, we call business functions through XML, which is passed through a JDE-provided file "xmlinterop.dll"
What is the technology for 8.12? I hear that it is not the same, and am trying to find information on new ways to use the XML API.
 
Not many changes if you are using C++. You will need additional dll's if running on non-OW machine (for example, jdeunicode.dll). In addition, may need to create some local environment variables (see Solution IDs 200949401 and 200957466).

There were quite more changes if you use Java to call BSFNs. Logging is significantly better and they also did a good job of consolidating the needed jar files.

Hope this helps.
 
Back
Top