cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping Error

Former Member
0 Kudos

Hi All,

I am doing a message mapping between two flat structures, for a Webservice to Proxy Scenario,

The third party, is sending the message in the following format.

We gave them the WSDL , but the request , no where showing our name space.

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

<Adobe_DocumentUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">

<CaseNo>1234</CaseNo>

<CustomerNo>91795</CustomerNo>

<Department>DEPUTY CHIEF EXECUTIVE</Department>

<ComplaintType>COMPLAINT</ComplaintType>

<Category>Phone</Category>

<Status>TRUE</Status>

<EmployeeResponsible>93211</EmployeeResponsible>

<ReceiptDate>20090507</ReceiptDate>

<NoteText>Test notes</NoteText>

</Adobe_DocumentUpdate>

But the mappong is failing. But in my mapping editor,it is successful with

the values provided in the XML.

None of the target structure element is mandatory.

Please advise.

Regards,

PVD

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prema,

In the message type find the xml namespace. Remove the NameSpace and try to run scenario.Its the problem because of the xml structure formation.

Regards,

Prakasu.M

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

did you test the mapping as I've shown in my blog?

/people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios

Regards,

Michal Krawczyk