Hi Dietmar,
I am referring to EntireX .NET Broker.
The way I have been doing with EntireX is that I first need to create a broker instance, and then log on to the broker. Something like this:
Broker = New Broker("XXXX:XXX")
Broker.Logon("")
Service = New Service(Broker, "RPC/SRV1/CALLNAT")
rpclibObj = New SoftwareAG.EntireX.NETWrapper.Generated.MyApp.Rpclib(service)
and when I finish the call, I log off the broker:
Broker.Logoff()
But someone told me that with the recent versions of entirex, it’s not necessary to logon/logoff broker. EntireX automatically handles it.
Could you please explain what’s new here?
Thanks,
chuong
#EntireX#Mainframe-Integration#webMethods