i am having two servers one WPS and WAS. I have published the WSDL of Task container and BPE container in wps server and used that to generate a client in the WAS server. After doing all the LTPA configurations in the server as mentioned in the link
http://publib.boulder.ibm.com/bpcsamp/processInteraction/web ServiceAPI/buildItYourself.html
i am getting these exception in the Client(WAS) side
2/1/08 14:23:52:661 IST 0000006f ServletWrappe A SRVE0242I:
WebServiceClientEAR [/wsclient] [/invoke.jsp]: Initialization successful.
2/1/08 14:23:53:442 IST 0000006f LTPATokenCall W WSEC0151W: The com.ibm.wsspi.wssecurity.auth.callback.LTPATokenCallbackHandler callback handler with no basic authentication information specified in the binding may fail to obtain an LTPA token unless one can be obtained from the run-as identity.
Exceptions in the Server(WPS) side
2/1/08 14:24:04:197 IST 00000060 LoginProcesso E WSEC6510E: Failed to login
2/1/08 14:24:04:275 IST 00000060 WSSecurityCon E WSEC5514E: An exception while processing WS-Security message
Can anyone please help me out in this.....