cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module: setMessageProperty is undefined

Former Member
0 Kudos

Dear Experts,

I am developing an AdapterModule, I want to set a DynamicConfiguration parameter. I have copied a source code from this blog https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4623. [original link is broken] [original link is broken] [original link is broken]

But in NWDS I get an error saying "The method setMessageProperty(String, String, String) is undefined for the type Message".

All needed jars are added as External Libraries.

Does anybody have an idea how to solve this problem?

Best Regards,

Artsiom Anichenka

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In the top import statements in your program include one more import..

import com.sap.aii.af.ra.ms.api.Message;

Hope this wull help.

Nilesh

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Check for typos.

Maybe your external classes are outdated. Apply the latest version from your XI installation.

Regards

Stefan