Skip to Content
0
Former Member
May 09, 2008 at 04:55 PM

Security Exception in XML ws call to LN

68 Views

Hello All,

I have the following scenario LotusNotes > XI > R3 > XI > LotusNotes. Lotus Notes calls a webservices that kicks off a process to pull data out of a table in R3. Once that data is recevied the XI it in turn calls a web service on the Lotus Notes side to update a DB.

The problem occurs after calling the webservice from XI to LotusNotes. I get a secutiry error. Anyone have any ideas???

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!-- Inbound Message -->

http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: com.sun.xml.wss.XWSSecurityException: Message does not conform to configured policy [ AuthenticationTokenPolicy(S) ]: No Security Header found; nested exception is com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.XWSSecurityException: Message does not conform to configured policy [ AuthenticationTokenPolicy(S) ]: No Security Header found</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Edited by: Raki Prasad on May 9, 2008 7:00 PM