cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Error : Server was unable to process request. > Key cannot be null.#

venkatesan_nagiah
Active Participant
0 Kudos
867

HI, When I process SOAP call from ABAP using class csoaptransporthttp->request_response, I am getting following error message:

"Server was unable to process request. > Key cannot be null.##Parameter name: key"

Is anybody as the clue to resolve this error ?

View Entire Topic
baskar_gopalakrishnan2
Active Contributor
0 Kudos

The error says that you miss the value for the key field. Can you use soap client tool (soapui or soapsonar) and test the same payload in it? See what result you get. We'll go further based on the output.