Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error during proxy processing (PART UNKNOWN (NULL))

Former Member
0 Kudos
5,658

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

  • My proxy is called correctly.
  • The payload sent TO the webservice looks correct
  • The payload received FROM the webservice looks correct. I know it's correct, because it's identical to the XML I recieve when I call the WSDL through other means.

  • The transformation is empty.

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?

1 REPLY 1
Read only

dairolozano
Contributor
0 Kudos
2,293

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