cancel
Showing results for 
Search instead for 
Did you mean: 

generate url http sender adapter

brian_briones
Participant
0 Kudos

Hi gurus,

I have the next scenario.

HTTP ADAPTER (POST)  ---->PI--->ERP

I need to generate URL for http adapter consume, I know generate url and file for SOAP adapter, but not for http adapter.

help plis.

regards

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Brian,

The URL should have the syntax below:

http(s)://hostname:port/path?querystring

where query string has the following parameters:

sender party

sender agency

sender scheme

sender service

sender namespace

sender interface

message id

quality of service

queue ID

sample URL:

http://host:port/sap/xi/adapter_plain?namespace=http%3A//test.com&interface=yourInterface&service=yo...

Hope this helps,

Mark

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Brian

Check the blog mentioned below

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/08/12/http-test-tool-for-sap-pi-73

I think this you will be helpfull for you.