cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP request without body

Former Member
0 Kudos

Hello,

We are about to migrate from webMethods to SAP PI.

Until now the customers/ partners send the message requests to webMethods as URL parameters and without HTTP body.

I understand that PI can handle URL parameters in HTTP sender adapter. But what about the body? We tried to send a message without body to PI and it complained. "Body is empty".

We don't want all customers/ partners to modify their systems because of our migration. Is there a way to communicate with PI via HTTP and URL parameters but without message body?

Maybe by implementing an adapter module for HTTP sender adapter? Or is it not possible at all to send HTTP without message body to PI?

Thanks for all advice!

Karsten

Edited by: Karsten Hoffmann on Jun 21, 2010 2:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> Maybe by implementing an adapter module for HTTP sender adapter?

This is not possible.

Former Member
0 Kudos

Hi Stefan,

you mean that adapter module is not possible or that there is no way at all to send HTTP requests without body to PI?

Thanks!

stefan_grube
Active Contributor
0 Kudos

> you mean that adapter module is not possible

Yes.

> or that there is no way at all to send HTTP requests without body to PI?

I do not know.

Shabarish_Nair
Active Contributor
0 Kudos

>

> > you mean that adapter module is not possible

>

> Yes.

An module should be possible isnt it?

/people/william.li/blog/2009/03/19/adapter-user-module-for-http-adapter

stefan_grube
Active Contributor
0 Kudos

> An module should be possible isnt it?

>

> /people/william.li/blog/2009/03/19/adapter-user-module-for-http-adapter

Oh, yes, an ABAP based module. I have totally forgotten this weblog.

That could work to create a payload from URL parameters.

Answers (0)