cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg: Runtime exception occurred during application mapping

Former Member
0 Likes
682

Dear SAP Gurus,

This is Amar Srinivas Eli working currently on SOAP to SOAP Scenario on PI 7.1 Server.

I Would like to inform you that I have done all steps regarding DESIGN and CONFIG and also regarding SERVICE REGISTRY part successfully.

While Testing the data in the WS Navigator by giving the input parameters I am getting an error that

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

*- <!-- Request Message Mapping*

-->

- <SAP:Error xmlns:SAP="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="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_HRS_LISTReferral_Response_MM_</SAP:P1>

<SAP:P2>com.sap.aii.mappingtool.tf7.IllegalInstanceExcepti</SAP:P2>

<SAP:P3>on: Cannot create target element /ns1:PI_ListRefer</SAP:P3>

<SAP:P4>ral_Response_MT. Values missing in queue context.~</SAP:P4>

<SAP:AdditionalText />

<SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_HRS_LISTReferral_Response_MM_; com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /ns1:PI_ListReferral_Response_MT. Values missing in queue context.~</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

These are the steps I did while implementing..

1. Importing the XSD's successfully

2. Developed the design and config part and also checked nearly 3-4 times regarding both REQ and

RESPONSE Mappings.

3. I already checked the link of WSDL once again...

4. Even I found REsponse Interface once again...

Still I am not getting where the error was ? Please guide me in detail in a right way in this issue.

Regards:

Amar Srinivas Eli

Edited by: Amar Srinivas Eli on Jan 13, 2009 7:53 AM

View Entire Topic
Former Member
0 Likes

HI Amar,

The exception is clearing saying that...

In the response message the mandatory field value is missing. So that you are getting that mapping error.

This is error becasue of data missing.

Please try check the response message whether target mandatory field is having tha value or not.

Regards

Goli sridhar