Java Program

Trying to make a stand-alone java program that will connect to my companies Suite and get information I need to then manipulate in the stand-alone program. I don’t know how to pass the username and password to the https connection though…anyone?

Hi,

If you are connecting to SuiteCRM via an external program I’d advise using the Rest client (if you aren’t already). How you pass the username and password will depend on how you are connecting to the Rest API. It’s been a while since I’ve used a Rest client in java but something like:
http://cxf.apache.org/docs/jax-rs-client-api.html
Should be helpful.

Thanks,
Jim