Hi all,
We have a BPM that executes a synchronous HTTP call.
The XML in the http response looks like :
_____
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE mySAP SYSTEM "/mysap_portal/mySAP.dtd">
<mySAP>
<Response service="/invoke/mysap.bde/Receive" status="failure">
<Transaction type="execute" tid=""></Transaction>
<StatusDescription>Control error : - DT-162 - Destination MailBox does not exist</StatusDescription>
</Response>
</mySAP>
-
In SXMB_MONI we have an issue when we want to display response XML because DTD is not known
Error is "System doesn't find specified ressource. PRocessing error of ressource /mysap_portal/mySAP.dtd..."
For information, we have got this DTD from our B2B partner but we don't know what to do with it to solve this issue....
Thanks for your help.
J.C