cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous HTTP Call

Former Member
0 Kudos

I have a BPM and I am executing a (First) Synchronous HTTP call. The Response from the first HTTP call is used to map some of the fields of the Next Synchronous HTTP call's Request and the remaining fields of the Requests are moved with some constants.

So I have a Transformation between the First and the second Synchronous Step. (Response from the frist Sync call is mapped to the REquest of the Second Http Call)

But I am always failing in the Transformation step.

The error that I see in the BPM is

CL_SWF_XI_MSG_BROKER method CALL_TRANSFORMATION

I looked the following OSS notes too

1) 718735 2) 710445 3) 380803 4) 714445

We are on SP 15.

Could some one help me please. I am struggling with this error for the last 2 weeks. I would greatly appreicate your help.

Thanks.

View Entire Topic
agasthuri_doss
Active Contributor
0 Kudos

Hi Mohini,

Make sure you are using same message container when you pass and try to you send information on these abstract interface references in BPM with respective to the container references or Only use Transformation in BPM if it is realy necessary with n:1 or 1:n mappings otherwise try to put the transformation outside your BPM because monitoring mapping in BPM is very hard to monitor and it is very hard to do error resolving.

Thanks & Regards

Agasthuri Doss

Former Member
0 Kudos

How to do the Transformation outside the BPM?

I am doing only 1:1 Transformation.

Thanks Agasthrui.

former_member206604
Active Contributor
0 Kudos

Hi Mohini,

You can use that Mapping when you do the Interface Determination. While doing the interface determination you can give a Interface mapping right. You can give your mapping program in that interface mapping.

Thanks,

Prakash