I need to change the User-Agent in the HTTP Header for the SOAP Client Call
> User-Agent: Axis/1.0 What is the correct way to set the User-Agent ? I tried to set it on Call , but the User-Agent did not change This code does not work: Service service = new Service(); Call call = (Call) service.createCall(); call.setProperty(HTTPConstants.HEADER_USER_AGENT, "myagent"); thank you, Rozi Email: [EMAIL PROTECTED]
