I'm having trouble implementing a webService in java with eclipse, some classes were not generated, however they are listed in the xsds files, I created a document in the docs to explain better.
Thank you
Here link
I'm having trouble implementing a webService in java with eclipse, some classes were not generated, however they are listed in the xsds files, I created a document in the docs to explain better.
Thank you
Here link
To implement use wsimport
in cmd.
For you to view the help of his type in cmd wsimport -?
Thebasicoptionsyoucanuseare:
keep
(itwillleavethesavedfonts)p
(tospecifyaspecificpackage,egbr.com.test)d
(wherethefileswillbecreated)Important:IfyourWSDLhasauthentication(loginandpassword)youwillneedtocreateafilecontainingtheloginandpasswordwiththeWSDLURLanduseoption-Xauthfile
withthepathofthisfileforauthentication.
Samplefilecontent: link