I'm trying to create a GET Rest Adapter. I could test Service Interface in SAP GUI and is working fine. But when I test Rest Adapter in SoapUI, it returns this message:
Error while sending message to module processor: Sender Channel 'RestSendBalancete' (ID: 1bca2c67c8a0313795adde7a5a15199e): Catching exception calling messaging system: Mapping failed in runtimeRuntime Exception when executing application mapping program com/sap/xi/tf/_DattosBalancete_To_Proxy_; Details: com.sap.aii.mappingtool.tf7.IllegalInstanceException; Cannot create target element /ns0:DattosBalanceteReq/DataFinal. Values missing in queue context. Target XSD requires a value for this element, but the target-field mapping does not create one. Check whether the XML instance is valid for the source XSD, and whether the target-field mapping fulfils the requirement of the target XSD: Runtime Exception when executing application mapping program com/sap/xi/tf/_DattosBalancete_To_Proxy_; Details: com.sap.aii.mappingtool.tf7.IllegalInstanceException; Cannot create target element /ns0:DattosBalanceteReq/DataFinal. Values missing in queue context. Target XSD requires a value for this element, but the target-field mapping does not create one. Check whether the XML instance is valid for the source XSD, and whether the target-field mapping fulfils the requirement of the target XSD: Cannot create target element /ns0:DattosBalanceteReq/DataFinal. Values missing in queue context. Target XSD requires a value for this element, but the target-field mapping does not create one. Check whether the XML instance is valid for the source XSD, and whether the target-field mapping fulfils the requirement of the target XSD.
Already checked Message Mapping, and I'm comparing it with other services implemented which already work well, and it looks fine, don't know where the problem can be.
