cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing general error while running from proxy

banersu
Participant
0 Kudos

Hi All,

My scenarion is:Proxy-Pi->Webservice.

I have imported an external definition in ESR and generated service interface.now i have created a proxy in ISu sytem but while running it I am getting following error:

'Parsing general error'

Can you please help me why this kind of error happens.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Suparna,

Is it a sync interface?, is is a client proxy?, check if the PI response is validated against its own response XSD schema.

Check if you proxy has the same structures that your oubound interface (if it is a client proxy), sometimes some ESR structures can't be generated right in a proxy, for example if you don't set a type in a terminal node on the XML.

Regards.

banersu
Participant
0 Kudos

hi Inaki,

It is a client proxy and sync interface

justin_santhanam
Active Contributor
0 Kudos

Suparna,

Can you test the proxy by sending the message from SPROXY?

Justin

Harish
Active Contributor
0 Kudos

Hi Suparna,

I got these type of issue when the data is mismatch and not having the content as per structure.

Check if you are using any Boolean data type, then you need to send one 0 or 1.

regards,

Harish

banersu
Participant
0 Kudos

Hi harish,

There is a datatype like SXD:datetime and XSD:positiveinteger .

Does abap support this two datatype?is it the reason of the issue

Harish
Active Contributor
0 Kudos

Hi Suparna,

ABAP support the data type. I would suggest the domain/element genrated by this types. In domain/element you can find data allowed in this fields.

regards,

Harish

iaki_vila
Active Contributor
0 Kudos

Hi Suparna,

This document can helps you

Regards.