Corrections in conversion from RPC to Document style WSDLs
[CAF] [conversion] [corrections] [proxy] [RPC] [unit conversion] [uses conversion] [WSDL]
- DB2-z/OS: Conversion currently not possibleSymptom When applying Support Packages to the JAVA stack there is an error message: Info: E R R O R ******* (DbModificationManager) Info: … dbs-Error: Table … Conversion currently not possible The...
Symptom
Proxy generation from RPC-style WSDL fails. In particular this may happen with some CAF generated WSDLs.
Other terms
WSDL, RPC, CAF, proxy
Reason and Prerequisites
ABAP proxy does not support RPC style WSDL itself. Instead it uses the SIDL library in order to convert initial WSDL to SIDL format. In case RPC style WSDL is consumed, proxy generation uses SIDL library to convert the RPC SIDL object to Document style WSDL and proxy is created from this WSDL. During this conversion some data is not handled correctly and so the Document style WSDL is not correct which leads to proxy generation failure.
Solution
Apply correction instructions