Erro ao gerar web service client

Fala galera

Estou com um problema quando tento gerar o web service client dos correios

esse é o endereço

https://apphom.correios.com.br/SigepMasterJPA/AtendeClienteService/AtendeCliente?wsdl

tentei pelo eclipse e nada ele me da o seguinte erro

The service definition selected is invalid.

tentei pelo wsimport e nada tb…deu o seguinte erro

[code]sun.security.validator.ValidatorException: PKIX path building failed: su
n.security.provider.certpath.SunCertPathBuilderException: unable to find valid c
ertification path to requested target

Failed to read the WSDL document: https://apphom.correios.com.br/SigepMasterJPA/
AtendeClienteService/AtendeCliente?wsdl, because 1) could not find the document;
/2) the document could not be read; 3) the root element of the document is not
<wsdl:definitions>.

[ERROR] failed.noservice=Could not find wsdl:service in the provided WSDL(s):

At least one WSDL with at least one service definition needs to be provided.

    Failed to parse the WSDL.[/code]

importei o certificado digital tanto para jvm quanto no próprio windows, alguém tem alguma sugestão?