2015 Jul 20 3:43 AM
Hi,
I created a service consumer through the wizard, based on a WSDL. Proxy object is generated, all structures and methods are found. Then, I add a logical port through SOAMANAGER - all fine, it pings and the connection works.
I populate the input structure, call my method and get an error: Error during proxy processing (PART UNKNOWN (NULL)). This is a very useless error message to me.
So, I active all manners of tracing, so I can see what's going on calling and retrieving data. I can see that
Nothing about this service has been customized: it's generated straight up through the wizard. I have already deleted and recreated it but no results.
Anyone got any advice on what to do?
2015 Nov 24 9:05 PM
Hi Jorg.
This issue seems to be caused the Encoding style in WSDL service definition as discussed in this thread:
http://scn.sap.com/thread/1961146
" Also check type of WSDL style usually this error occurs if you are using RPC/Encoded style WSDL, modify wsdl for Document/Literal style (as RPC style WSDL not supported by ABAP proxy), see this discussion here: Cleint Proxy error
Refer to note: 1358647 "
Please give it a look and let us know if it works for you or you applied a different solution.
Regards,
Dairo