Hi
Xi throws up a interface mapping error in a simple Synchronous scenario..any clues..I have rechecked the namespace and
mapping steps..look to be fine.. Any suggestions?
<b>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Request Message Mapping
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">NO_MAPPINGPROGRAM_FOUND</SAP:Code>
<SAP:P1>urn:mysoapnamespace:testwebservice MapInputtoOutputInt</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>Unable to determine name of mapping program</SAP:Stack>
<SAP:Retry>N</SAP:Retry>
</SAP:Error>
</b>
Hi,
the error: NO_MAPPINGPROGRAM_FOUND usually means that you have a missmatch with your namespaces or interface names. Check for spelling and blancs.
Another possibility is that the directory content was not transferred to the xi server. Check on the directory in the menuebar: "Environment" -> "Cache Notifications" that your entries have been transferred.
Good luck
Holger
Add a comment