Estou desenvolvendo um projetinho onde preciso chamar alguns serviços em java. Mas me deparei com este requisito:
The SOAP header is not automatically generated into the locator class as in .NET. It exists in \og_4_3\Core\OGHeader.java. To initialize, setup the OGHeader and pass it to the function
void setHeader(SOAPHeaderElement header) from org.apache.axis.client.Stub before any calls to the Web Service?s method.
Não entendi muito bem isso, já que tenho sim a classe OGHeader.java. Fiz a inicialização conforme o requisito mas minha duvida esta para passar para a função void setHeader(SOAPHeaderElement header) from org.apache.axis.client.Stub .
Alguem teria um entendimento diferente de como passo esta inicialização?
grato