cancel
Showing results for 
Search instead for 
Did you mean: 

JCoIDoc.Server doesn't stop listening even after removing the application

Former Member
0 Kudos

Hi,

I developed a java application with a JCoIDoc.Server to listen for IDocs from the R/3 system. I made it available in the WAS 2004s server. The application is working fine, i.e its catching the IDocs coming from R/3. The problem is, it doesnt stop listening even if i remove the application from the server.

How should I make the server stop listening?

Thanks,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to call the disconnect method to release the connection from the server

JCoIDoc.Server t; // Your Server Instance

t.disconnect();

Why dont you use JCO RFC Privider Service?

Regards

Ayyapparaj