cancel
Showing results for 
Search instead for 
Did you mean: 

Undeclared namespace prefix "urn"

davidschievers
Participant
0 Kudos

Hi,

we are facing the following error while trying to send a message to via SOAP receiver on CPI:

Undeclared namespace prefix "urn"

The message we are using is looking like this:

<urn:Request>

<big:ReasonOfInquiry>ABK</big:ReasonOfInquiry>

<big:PersonParams>

<big:Salutation>Test</big:Salutation>

<big:LastName>Test</big:LastName>

<big:FirstName>Test</big:FirstName>

<big:Addresses>

<big:Address current="true">

<big:Street>Test</big:Street>

<big:HouseNumber>Test</big:HouseNumber>

<big:ZipCode>Test</big:ZipCode>

<big:City>Test</big:City>

<big:Country>Test</big:Country>

</big:Address>

</big:Addresses>

</big:PersonParams>

<big:Services>

<big:PersonCreditCheck enabled="true"/>

</big:Services>

</urn:Request>

We have already tried to add namespace into the Namespace Mapping field but no success.

yatanveersingh
Active Participant
0 Kudos

Can you attach the full XML payload which you are posting.

I do not see where you have mentioned the namespace for the below urn and the big

<urn:Request>

<big:ReasonOfInquiry>ABK</big:ReasonOfInquiry>

Accepted Solutions (0)

Answers (0)