Hi we are using an Axis 1.4 generated client. All requests are going through a proxy that requires a special "token" to exist for the request to proceed on to the actual endpoint.
I need to "append" this token on as a get parameter on the endpoint URL per request, or send it along in the POST as an additional parameter. How can I do this with my Axis 1.4 client?
