BizTalk Map Error - Error details: "The prefix 'xxx' in XPath cannot be resolved."

Copper Contributor

HI All,

 

Am trying to Map between two schemas in BizTalk Server. But during mapping of internal schema with outbound schema, we are getting the below error

Error details: "The prefix 'xxx' in XPath cannot be resolved.".

 

This error is due to we are having some prefix tag in this outbound schema and we are not able to fix this error. If we Set Validate TestMap Output to False, Test Map is successful but during runtime we are getting the same error.

Below are the tags from Outbound Schema. We are having similar xpath for all the field in the outbound schema

 

<xsd:unique name="RecordId">
                     <xsd:selector xpath="xxx:Form"/>
                     <xsd:field xpath="xxx:RecordId"/>

 

Can anyone suggest a solution for this issue. Thanks in advance

1 Reply

@ArunPrabhu1990 Can you provide the schemas and map for us to look into?