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
860

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
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.