cancel
Showing results for 
Search instead for 
Did you mean: 

Import of SPML in Pi 7.1

former_member185171
Participant
0 Kudos

Hello,

we want to do some provisioning between different systems and want to use SPML for the different messages. Therefor we use the description in http://docs.oasis-open.org/provision/spml/v2.0/xsd/pstc_spmlv2_core.xsd . After the import we get an error in PI saying one element is used recursively.

It is about PSOIdentifierType that contains containderID of the same structure. The shown definition is taken literally from the Oasis website.

<complexType name="PSOIdentifierType">

<complexContent>

<extension base="spml:IdentifierType">

<sequence>

<element name="containerID" type="spml:PSOIdentifierType" minOccurs="0" />

</sequence>

<attribute name="targetID" type="string" use="optional"/>

</extension>

</complexContent>

</complexType>

When activating a generated proxy, we get an error message "Proxy generation teminated : Recursions not supported".

Is there a way in SAP/PI to avoid this error - apart from not using the SPML standard ?

Kind Regards.

Kris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Recurssive datatypes are not yet supported by SAP,

Regards,

Gourav

prateek
Active Contributor
0 Kudos

<extension> tags are not supported by PI.

Regards,

Prateek