cancel
Showing results for 
Search instead for 
Did you mean: 

outputPayload cannot be resolved in NWDS

Former Member
0 Kudos

Hi all

i am trying to do the java mapping in NWDS specified in the wiki link

Link:[https://wiki.sdn.sap.com/wiki/display/XI/Whole%20Payload%20to%20a%20XML%20field ]

it is giving me the error as

"ouputPayload cannot be resolved" .

i have added aii_map_api.jar as library file in my java project

Am i missing any declarations??

Please guide me in correcting this error

thanks

satish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Satish,

In the wiki link-code I could not find where he has declared variable "outputPayload". Declare variable "outputPayload" on top as String. Hope this will help.

Thanks,

Nilesh

Former Member
0 Kudos

hi

as suggested declared outputPayload as string with following syntax

String outputPayload = new String();

and this solved my problem

thanks and regards

satish

Answers (0)