cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL - attributes defined with reference to arrayType

Former Member
0 Kudos

Hi,

I have a WSDL that has some attributes defined that refer to arrayType

eg.

<i><xsd:attribute ref="soapenc:arrayType" arrayType="stns:OrderEventJB[]" /></i>

The import of the WSDL is fine but when I come to activate the change list I get the following error:

<b>The value ":arrayType" is not permitted for the attribute "name" of the "QName" type in the "/schema/complexType("ArrayOfOrderEventJB")/complexContent/restriction/attribute("http://schemas.xmlsoap.org/soap/encoding/:arrayType")" element</b>

Have anyone come across arrayType definitions before and how did you get around this issue ?

Thanks

Colin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Colin,

the arrayType is not supported by XI. Indeed, the <a href="http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html">WS-I standard</a> SAP sticks to disallows the use of that type (see R2110 and R2111).

Greetings Stephan

Answers (0)