I have imported WSDL files and created a web client from them. Is there anybody who has previously used java to authenticate and then retrieve videos from the milestone server. My goal is to just retrieve videos from the server after authentication. Any help would be greatly beneficial.
For Windows user authentication you need to have NTLM (I beleive this requires extra library or similar), for basic users you need to use SSL (might be simpler for you).
This sample might guide you..
Q.1)Do I have to write the SSL implementation by myself or can I call it from one of the auto generated java classes and pass the user name and password and the server url.
Q.2)What is the instance id that the login function asks us to pass to it.