Good afternoon !
I'm trying to consume a SOAP service from PROJUDI-PR but I'm having problems converting the xml into java.
https://projudi.tjpr.jus.br/projudi/webservices/projudiIntercomunicacaoWebService222?wsdl
To convert the xml into java I used windows powershell.
command used:
wsimport -keep https://projudi.tjpr.jus.br/projudi/webservices/projudiIntercomunicacaoWebService222?wsdl
expected the shell to do the conversion correctly so that it could then consume its methods.
