Error when trying to consume SOAP PROJUDI-PR

60 Views Asked by At

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.

enter image description here

0

There are 0 best solutions below