cancel
Showing results for 
Search instead for 
Did you mean: 

XML Validation at adapter engine

Former Member
0 Kudos

Hi Everyone,

I need some information on XML Validation at adapter engine. Is any config required for sending error message back to the sender in case of syntax error in XML? In most of the help docs it is referring to u201C400 Bad Requestu201D. How it gets triggered? Any config required for it?

Thank you,

Neelima

Accepted Solutions (0)

Answers (4)

Answers (4)

sunil_singh13
Active Contributor
0 Kudos

Hi Neelima,

You need not to do any configuration for XML Validation at Adapter Engine Level but Adapter should know what is correct values(Like Length of Entries, Data Type etc). For that we have to keep the Message Structure at a specific location on server.

Thanks

Sunil Singh

samiullah_qureshi
Active Contributor
0 Kudos

Hi,

In PI 7.1 you can configure XML Validation at adapter engine. Go through following:-

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b04bc560-e4e7-2a10-92ab-92dbf097aae1]

Regards,

Sami.

Former Member
0 Kudos

So for getting "400 Bad Request" error message no explicit config settings are required at adapter level. Adater engine automatically sends this message back to the Sender in case of backward error handling.

Former Member
0 Kudos

HI

Yes you are right.

Thanks

Gaurav

Former Member
0 Kudos

Hello Neelima,

No there is no configuration required. When you use the WSDL to generate the XML mesage to be sent to the target system, it knows the strcuture of XML.

The adapter engine on its own tells that SOAP request data is not correct or invalid.No configuartion is required

Thanks

-Kulwant