Hello Team,
I'm doing dataminer integration to pull some information for my client. I'm unable to parse WSDL file because it has some RPC encoding format. getting error "[ERROR] undefined simple or complex type 'soapenc:Array'"
I tried to find out root cause I found soapenc:Array indicates a non-standard style of web service encoding called "RPC Encoding". This is a very old style that used to be popular on Microsoft platforms; it's obsolete (i.e. it's not part of the WS-I spec) and not supported by modern tools like JAX-WS
SWDL Schema having this attribute: -
Error: -
Hi Vikas,
This issue has also been reported to us by the same person and a task has been created under their maintenance contract.
A solution is being investigated