Also look at the createCall member in your Stub and try to set a jax-prc
property ie. service.createCall().setProperty(Call.USERNAME_PROPERTY,name);
http://ws.apache.org/axis/java/apiDocs/org/apache/axis/client/Call.html
Have a lot of fun.
Warren Crossing wrote:
Have a look at the handler framework
http://ws.apache.org/axis/java/apiDocs/org/apache/axis/handlers/http/HTTPAuthHandler.html
Christian Roth wrote:
well, there is an intermediate security system between client and web
service
endpoint which extracts some parameters out of the http header; I need
to ut
these parameters otherwise the routing to the web service endpoint
doese not
work; you see more or less what i mean?
regards, christian
Use a servlet or a filter. Why do you think you can do it in your ws
endpoint?
Christian Roth wrote:
hi! does anybody know how to access the http header in an axis java
client if
this
client is based on the generated stubs out of the wsdl? (e.g. in
order to
add
parameters to this http header)
thx, Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]