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,