evertonsilvagomesjav
evertonsilvagomesjav
O que eu faço a partir daqui?
AxisProperties.setProperty("http.proxyHost", "192.168.0.10");
AxisProperties.setProperty("http.proxyPort", "3128");
AxisProperties.setProperty("http.proxyUser", "everton.gomes");
AxisProperties.setProperty("http.proxyPassword", "teste123");
WscepSoap meuWS = new WscepLocator().getwscepSoap12();
CepResponseCepResult result = meuWS.cep("32280550");
QName qname = new QName("http://www.w3.org/2001/XMLSchema");
MessageElement[] elements = result.get_any();
evertonsilvagomesjav