1
I have a problem, I have a project in java that sends Soap requests by Jax-rpc format. Since now I have to modify the user-agent that is sent in the request. I already googled and here(stackoverflow) and still could not change the user-agent of the request Soap. Anyone knows how to do ?
How requests are made????
– Jéf Bueno
StreamingSenderState _state = _start(_handlerChain);
 InternalSOAPMessage _request = _state.getRequest();
 _request.setOperationCode(consultarConfiguracao_OPCODE);
– Paulo Rogerio
Nice, young man. But it’s the code?
– Jéf Bueno
Sorry: What happens is that I generated the stub from the netbeans plugin : follow the link from the method : https://pastebin.com/a2NNEpUL
– Paulo Rogerio