PresenceDemo example error

Hi,
When I run the example from the ParlayXdevelper guide, I got error to visit the MyPresenceService.jsp page.
This is the error message from OCMS console:
2007-08-09 15:14:10.232 WARNING OWS-03005 unable to connect to URL: http://127.0.0.1:8888/aggregationproxy/presencesupplierws/presencesupplier, Reason: java.security.Priv
ilegedActionException: javax.xml.soap.SOAPException: Bad response: 400 Bad Request
And this is the message from MyPresenceService.jsp page:
exception java.rmi.RemoteException: ; nested exception is: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 400 Bad Request; nested exception is: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 400 Bad Request
Please share your experience.
Thanks
Yong

The asserted identity (an HTTP header - default is X3GPP-Asserted-Identity) is inserted by the Aggregation Proxy after the user has been authenticated. If the WS client is in the trustedHosts list, the A.Proxy will not perform authentication nor inserting the asserted identity. The Presence WS will response with an error code if the asserted identity is missing. The reason for the trusted host is to allow authentication to be done by another component other than the A.Proxy or prevent repetative authentication within a trusted network, so either you have another component such as an HTTP serlvet filter or the WS client itself has to insert the asserted identity.
Denny

Similar Messages

Maybe you are looking for