Hello,
Use “Attach Server”
In EntireX Comunicator Release 7.1 now aviable Attach Manager on UNIX and Windows
In the docu see “Release Notes” → “What’s New in this Release” → “Attach Manager on UNIX and Windows”.
or make your Attach Manager
Attach Manager Server
Register (function=6,Option=13)
Receive-loop (function=2,option=0,conv-id=NEW,wait=30S)
if error-code=“00100022”
Start Application Server in new thread
elsif error-code=“00740074”
Continue
else
exit-loop
endif
end-loop
Deregister (function=7,option=3)
end
Server Application
Register (function=0,option=0)
conv-id=NEW
Receive-loop (function=2,option=0,wait=NO)
Send-data (function=1)
end-loop
Deregister (function=7,option=3)
end
Hope this helps.
Let me know if you need additional information.
Regards,
Clauder Balzano.
#Mainframe-Integration#EntireX#webMethods