Deploying and webservice and client in Java with Eclipse

Asked

Viewed 153 times

0

  • 1

    Put this gDrive content here... we help to format...

1 answer

0

To implement use the wsimport at cmd.

To view his help type in cmd wsimport -?

inserir a descrição da imagem aqui

The basic options you can use are :

  • keep (he will save the sources)
  • p (to specify a specific package. E.g.: br.com.test)
  • d (where the files will be created)

Important: If your WSDL has authentication (login and password) you will need to create a file containing the login and password with the WSDL URL and use the option -Xauthfile with the path of this file for authentication.

Example of file contents: https://username:[email protected]

  • Thanks, it worked. Sorry for the delay!!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.