cancel
Showing results for 
Search instead for 
Did you mean: 

Message structure in imported WSDL

Former Member
0 Kudos

Hi All,

I have the following structure in a imported WSDL:

<xsd:complexType name="CustomersUpdate">

<xsd:complexContent>

<xsd:extension base="p0:CustomersCreate">

<xsd:sequence>

<xsd:element name="recordIdentification" type="p0:CustomersID" minOccurs="0" nillable="true" />

</xsd:sequence>

</xsd:extension>

</xsd:complexContent>

</xsd:complexType>

When I see the message I see the recordIdentification first ,then CustomerCreate.Is that a bug in SAP while using extensions?

Regards,

Premjit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It depnds upon the standards used for WSDL and compatibility of it with PI.

Thanks

Swarup