cancel
Showing results for 
Search instead for 
Did you mean: 

Supported xml Schema and WSDL SAP PI 7.3

Former Member
0 Kudos


Hello,

I have the requirement of importing a wsdl document in ESR which has the abstract tag in it.

It looks something like this:


<s:complexType name="ArrayOfBaseFieldValue">

        <s:sequence>

          <s:element minOccurs="0" maxOccurs="unbounded" name="BaseFieldValue" nillable="true" type="tns:BaseFieldValue" />

        </s:sequence>

</s:complexType>

<s:complexType name="BaseFieldValue" abstract="true" />

The problem is in ESR, in the available message generation , it does not drill doen to the lowest simple type after this, which would be essential for mapping.

I have seen the Supported xml schema and wsdl types for SAP PI 7.1 and found the abstract tag is ignored in message generation.

Will it be the same in SAP PI 7.3?

See attached screenshot.

Can anyone suggest what should be done?

Thanks,

Ashirbani

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Ashirbani,

According this note 1870895 - Error importing External Definition in PI ESR, the PI 7.1 schema support is the same to PI 7.31. Therefore you ca check this document Supported XML Schema and WSDL (SAP NW PI 7.1) Excel List

Regards.

Former Member
0 Kudos

Thank you for your reply. I saw the excel list, and it shows that 'abstract tag' is ignored in the message and the data type editor.

My question is what should be done in this situation?


Thanks

Ashirbani