Hi Friends,
My scenario is RFC->XI->SOAP. When i send data to from R/3, in XI i am getting an error like....
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>Application</SAP:Category>
<SAP:Code area="UNKNOWN">APPLICATION_ERROR</SAP:Code>
<SAP:P1 />
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText>application fault</SAP:AdditionalText>
<SAP:ApplicationFaultMessage namespace="http://sap-j2ee-engine/error">com.sap.security.core.server.ws.service.WSSecurityException</SAP:ApplicationFaultMessage>
<SAP:Stack />
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
But We don't have any security settings to acess the webservice.. And i have also tested the webservice with XML Spy , it is working properly... I have also checked the target URL in Receiver SOAP Adapter.. Everything is fine. But still i am getting the error...
Regards,
Gowtham K.