Olá pessoal estou com um probleminha está aparecendo erros na linha:
Call call = (Call) [color=red]new Service().createCall(); [/color]
Erros:
Description Resource Path Location Type The method createCall() from the type Service refers to the missing type Call
The type javax.xml.rpc.Call cannot be resolved. It is indirectly referenced from required .class files
The type javax.xml.rpc.ServiceException cannot be resolved. It is indirectly referenced from required .class files
Alguem pode ajudar?
Grato!!!