We are trying to consume an external web service but getting the below error :
GENERAL_ERROR Error duing proxy processing (PART UNKNOWN (NULL) )
Error duing proxy processing (PART UNKNOWN (NULL) )
We have gone through the already available threads with the same error but unable to rectify this.
Some points to be noted are :
- WSDL style is document/literal.
I guess i have correctly identified the WSDL style as document/literal??
- No entry in SM21 related to this error.
- No trace is generated in SRT_UTIL for this WS Call.
- The other server is being called and the data is successfully transferred to it which indicates there is some problem in receiving the response from the server end. This is confirmed by checking the logs generated at the external WS server.
- W3SCHOOLS WS is successfully consumed.
Let us know for possible solutions.