i need to create an authentication method using x509 certifications but the verification should be done using a JAX-WS webservice so i need to upload the user's certificate to the webservice to verify it and then give the user it's appropriate permissions
what i need to know is there a good implementation example on how to upload a file to a webservice
i've been trying to do so using SAAJ with no luck it all messy
thanks