This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hello , In deploy.wsdd of ws-client we specify the handler something like
<!-- define the service, use the WSDoAllSender security handler in request flow --> <service name="Ping1"> <requestFlow> <handler type="java rg.apache.ws.axis.security.WSDoAllSender" > <parameter name="action" value="UsernameToken"/> <parameter name="user" value="werner"/> <parameter name="passwordType" value="PasswordText" /> <parameter name="passwordCallbackClass" value="org.apache.ws.axis.oasis.PWCallback1"/> </handler> </requestFlow> </service>
but in this we specify only a single user as "<parameter name="user" value="werner"/>"so does it means that there should be single client for a service and if not(which is obvious) then how to make this client work for different users. Also how to make userToken,Signature and Encryptions work together Plesae reply ASAP.Thanks
SCJP 1.6(98%)
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: WSS4j UserToken action handler for many users