cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Alex,

I would recommend to check your WSDL for any syntax errors etc in any of the external tools like XML SPY or Stylus Studio etc and then upload into XI.

---Satish