Skip to Content
0
Former Member
Jun 06, 2007 at 05:17 PM

Import for WSDL in rpc-Style Format with ComplexContent SOAP-ENC:Array

45 Views

Hello, we are working on a business process that consume a web services using XI and ABAP Proxy.

We have and error type CANNOT_PRODUCE_ELEMENT, problably because the WSDL rpc-style imported on Integration Respository contents elements like this:

<complexContent>

<restriction base="SOAP-ENC:Array">

<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:mytype[]" />

</restriction>

</complexContent>

SO, anybody knows if it's possible to dessign mapping correctly with others elements like "sequence"... ?

Thanks a lot,