cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insert value from Request message to Response message using GetPayloadValueBean

Former Member
0 Likes
4,332

Hi Experts,

I have configured the module in Receiver soap channel. while i’m executing it's throwing error like "GetPayloadValueBean: Value cannot be null:" not able to find the exact functionality of the module “GetPayloadValueBean and PutPayload value bean”.

My scenario is like (file-soap-file) using Sync and Async bridge its works fine. In same scenario i want to use "GetPayloadValueBean".

Soap Receiver Channel:

In parameters value i tried with test double quotes also "test"

Error log:

I have used the below blog and created a scenario in 7.5 single stack

https://blogs.sap.com/2013/03/20/insert-value-from-request-message-to-response-using-getpayloadvalue...

Please help me if there is any configuration changes.

Thanks and Regards,

Md.Thouheed

View Entire Topic
manoj_khavatkopp
Active Contributor
0 Likes

I just tried with Below XMl and it works fine for me , so i am suspecting either you are providing the wrong xml or the node is not there in the XML.

And also try to use a different module key for each module in your case , you are using "Payload" for all three module so try to use a unique module key for each one of them

When i delete the node in XML

Module Config:

XML which i tested:

<?xml version="1.0" encoding="UTF-8"?>
<ns0:mt_req xmlns:ns0="http://file2soapsync">
<Currency_ip>
<Req_No>1</Req_No>
<FromCurrency>INR</FromCurrency>
<ToCurrency>EUR</ToCurrency>
</Currency_ip>
</ns0:mt_req>