cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Servlet call

Former Member
0 Kudos

Hi all,

I have a BPM scenario where i have several conditional branches, and in one of the branch i have to make a HTTP Servlet call via HTTP adapter and pass some values from the incoming message in the HTTP post.

Is this just like a normal HTTP adapter call or HTTP servlet is something diffrent from a normal adapter call?

anybody has done similar HTTP servlet calls ? aplease share your thoughts.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

If you are sending message thru http adapter it like normal http call. you will be having url etc right ?

Regards,

Moorthy

Former Member
0 Kudos

Hi: i have the URL , and other details. Just wanted to make sure if i am missing something. Thanks.

Former Member
0 Kudos

Hi,

Its same to the normal HTTP Call but at the BPM you meight need to give conditions as you indicated...you give conditions in the Control step of BPM

Amaresh