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

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 ?

Accepted Solutions (0)

Answers (2)

Answers (2)

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.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you're doing a SOAP client - did you compare with this example:

http://help.sap.com/saphelp_47x200/helpdata/en/2d/64d053e74911d6b2e400508b6b8a93/content.htm

?

Regards,

Michal Krawczyk

venkatesan_nagiah
Active Participant
0 Kudos

Hi Michal,

Thanks for your answer, I created adapter using wizard now its working fine.