Hi all,
Webservice --> XI -->BW .
BPM has been used to send the response back.
BPM :
start
->Receive(Request)
> Transformation(Responsemap)
>Send(SendtoBW)
->Send(Send Response) ---> stop.
The request message processed succesfully and sent to BW system. But we are facing the problem while sending the Response back to the Webservice. The response map is done correctly but it is showing error as below and the same message is going as SOAP response.
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="PERSIST">MESSAGE_NOT_FOUND</SAP:Code>
<SAP:P1 />
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>XML message not found</SAP:Stack>
<SAP:Retry>N</SAP:Retry>
</SAP:Error>
Kindly anyone please suggest what might be the problem.
Thanks
Deepthi