Arbortext Editor ACL - send content via java to a webservice - java_static alternative?
Hi together,
we are currently testing the newest version of the Arbortext Editor 8.1., because we are using 7.1. M060 and want to update to be up to date.
We are using some customizations in ACL like sending the full marked text from the xml to a java interface, which sends the xml content to a web service. This webservice returns an "errors.xml" back, which we check and create a xui window with these entries of "errors" and show them to the user.
We noticed with version 8.1. that our java_static command gets an exception. If we install 7.1. M060 the same code works. Do you think that behaviour has something to do with the java integration in the arbortext editor versions?
Or: Do you have an idea how we can send the xml content to our webservice without java?
This is our ACL code:
$sel = main::selection
$java_rueckgabe = java_static('ArbortextServiceWrapper','CheckJurBookPlausibility',$sel)
Greetings from Germany

