cancel
Showing results for 
Search instead for 
Did you mean: 

XML issue

Former Member
0 Kudos

For One of my Scenario the following XML should be the input. But if I give that its not working. I know the following lines are causing the Problem ( If I remove the following lines then I am getting an HTTP 406 error)

<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.014/cXML.dtd">

XML I have

-


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

<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.014/cXML.dtd">

<cXML payloadID="1105574416.19583@hydra.buyer.com"

timestamp="2005-01-13T00:00:16+00:00">

<Header>

<From>

<Credential domain="NetworkId">

<Identity>AN13000000259</Identity>

</Credential>

</From>

<To>

<Credential domain="NetworkId">

<Identity>AN01000000001</Identity>

</Credential>

</To>

<Sender>

<Credential domain="NetworkId">

<Identity>AN13000000259</Identity>

<SharedSecret>abracadabra</SharedSecret>

</Credential>

<UserAgent>Our Procurement System 3.0</UserAgent>

</Sender>

</Header>

<Request>

<GetPendingRequest lastReceivedTimestamp="2005-01-12T00:00:25+00:00"

maxMessages="20">

<MessageType>StatusUpdateRequest</MessageType>

</GetPendingRequest>

</Request>

</cXML>

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi Jenni,

Can you try like this

<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schema/cXML/1.2.014/cXML.dtd">

Without s = schema

Regards

Agasthuri Doss

agasthuri_doss
Active Contributor
0 Kudos

Hi Jenni,

We faced similarly an Issue

try to take this in your XML code :

<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schema/cXML/1.2.014/cXML.dtd">

We resolved by sending with out <!DOCTYPE tag into XI and we controlled it in Mapping with JAVA code.

May I know is it Asynchrous ?

Thanks & Regards

Agasthuri Doss

Former Member
0 Kudos

Jenni,

It looks like you are doing the same exercise that our project team is going through. We are using XI to connect SRM to external enties via cXML. Did you get your Header issue resolved for the PO send? We have the same issue inbound with InvoiceRequest.

Thanks for the help

Regards

Former Member
0 Kudos

Whats going wrong here and how to resolve this issue?

Tahnks a lot.