Difficulty with JChemSearchWS service

User c91b2283c1

18-02-2010 22:50:03

Hello, I am learning how to use JChemSearchWS. I'm not sure where the value of the parameter connectionHandlerId is obtained. Where does one obtain this ID? Is some call to some other service necessary to obtain this value?


I am referring to the documentation here:


https://www.chemaxon.com/webservices/soap/JChemSearchWS.html


Thanks,


-John David

ChemAxon ebbce65bcf

19-02-2010 11:37:11

Hi,


You should use the getConnection() method of ConnectionWS to retrieve a connection handler. When you are done with your search operations, you can use close() method here to free up memory. I hope I could help.


Regards,


Roland

User c91b2283c1

19-02-2010 14:34:07

Hi Roland,


Thanks for your help. I found some additional examples here that will probably be useful: https://www.chemaxon.com/forum/ftopic5193.html


Thanks again,


-John David