Thanks Wolfgang
When i create the EOL object i am using the parameters:
With objEOL
.ServerAddress = “THE ADDRESS OF THE SERVER”
.NaturalLogon = “Y”
.UserID = “USERID”
.Password = “PASSWD”
.Library = “LIBRARY”
End With
After this i do a call to the subroutine using:
objEOL.SUBROTINE PARM1, PARM2, PARM3, …, PARM4
And the next step (i used this after detected the problem, to force the clear of any buffer):
objEOL.logoff
#EntireX#webMethods#Mainframe-Integration