cancel
Showing results for 
Search instead for 
Did you mean: 

Namespace Problem

Former Member
0 Kudos

Hello Experts

I have an issue with the namespace .. I am receiving a XML from the client in this format

<SiebelMessage MessageId=""

MessageType="Integration Object"

IntObjectName="ATX SEBLSAP Account Contact List" >

<Data/>

</SiebelMessage>

When i pass this to XI it gives me and error stating the XSD does not match the given XML structure

But when I modify this structure to the structure below then it works absolutely fine

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

<ns0:SiebelMessage IntObjectName="ATX SEBLSAP Account Contact List" MessageId="" MessageType="Integration Object" xmlns:ns0="http://atx.com/SiebelAccountToAccountBP">

</Data>

<ns0:SiebelMessage>

Now the issue is client cannot modify his XML message. What is the work around that I can use so that without making major changes client XML can be accepted by XI ???

the adapters are JMS to IDOC ...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Chivukula,

Since you are using XSD, you can exclue the namespace by blanking out the XML Namespace in the Message Type screen.

Check this thread for further information on this:

---Satish

Answers (0)