on 2017 Aug 31 3:38 PM
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
Please help me if there is any configuration changes.
Thanks and Regards,
Md.Thouheed
Request clarification before answering.
Check if the XML is having value and also try removing parameter value for remove parameter.
Please share the sample XML if possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Manoj,
Thanks for replying, but still its throwing error like MP: exception caught with cause com.sap.aii.af.lib.mp.module.ModuleException: GetPayloadValueBean: Value cannot be null: /p1:mt_req/Currency_ip/Req_No
I'm not getting any idea in parameter value which value i can pass there,now i'm passing "test" is it correct?
Thanks and Regards,
Md.Thouheed
What i shared earlier sample XML Payload is exact only, now i'm taken Xpath in receiver determination.
After Mapping Sample XML Payload:
<?xml version="1.0" encoding="UTF-8"?> <ns1:ConversionRate xmlns:ns1="http://www.webserviceX.NET/"> <ns1:Req_NO>1</ns1:Req_NO> <ns1:FromCurrency>INR</ns1:FromCurrency> <ns1:ToCurrency>EUR</ns1:ToCurrency> </ns1:ConversionRate>
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.